Attributes Class
The object attributes managed by the KeyVault service.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelAttributes
Constructor
Attributes(*, enabled: bool | None = None, not_before: datetime | None = None, expires: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Determines whether the object is enabled. |
not_before
|
Not before date in seconds since 1970-01-01T00:00:00Z. |
expires
|
Expiry date in seconds since 1970-01-01T00:00:00Z. |
Variables
Name | Description |
---|---|
enabled
|
Determines whether the object is enabled. |
not_before
|
Not before date in seconds since 1970-01-01T00:00:00Z. |
expires
|
Expiry date in seconds since 1970-01-01T00:00:00Z. |
created
|
Creation time in seconds since 1970-01-01T00:00:00Z. |
updated
|
Last updated time in seconds since 1970-01-01T00:00:00Z. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python