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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python