KeyVaultKeyAttributes Class

The key attributes.

Inheritance
msrest.serialization.Model
KeyVaultKeyAttributes

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.