KeyVaultKeyAttributes Class
The key attributes.
- Inheritance
-
msrest.serialization.ModelKeyVaultKeyAttributes
Constructor
KeyVaultKeyAttributes(*, enabled: bool | None = None, created: int | None = None, updated: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Whether the key is enabled or not. |
created
|
<xref:long>
When the key was created. |
updated
|
<xref:long>
When the key was updated. |
Variables
Name | Description |
---|---|
enabled
|
Whether the key is enabled or not. |
created
|
<xref:long>
When the key was created. |
updated
|
<xref:long>
When the key was updated. |
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