Share via


KeyVaultKeyAttributes Class

The key attributes.

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.

Default value: None
created
<xref:long>

When the key was created.

Default value: None
updated
<xref:long>

When the key was updated.

Default value: None

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.