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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python