SystemData Class
Metadata pertaining to creation and last modification of the key vault resource.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelSystemData
Constructor
SystemData(*, created_by: str | None = None, created_by_type: str | _models.IdentityType | None = None, created_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | _models.IdentityType | None = None, last_modified_at: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
created_by
|
The identity that created the key vault resource. |
created_by_type
|
str or
IdentityType
The type of identity that created the key vault resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". |
created_at
|
The timestamp of the key vault resource creation (UTC). |
last_modified_by
|
The identity that last modified the key vault resource. |
last_modified_by_type
|
str or
IdentityType
The type of identity that last modified the key vault resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". |
last_modified_at
|
The timestamp of the key vault resource last modification (UTC). |
Variables
Name | Description |
---|---|
created_by
|
The identity that created the key vault resource. |
created_by_type
|
str or
IdentityType
The type of identity that created the key vault resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". |
created_at
|
The timestamp of the key vault resource creation (UTC). |
last_modified_by
|
The identity that last modified the key vault resource. |
last_modified_by_type
|
str or
IdentityType
The type of identity that last modified the key vault resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". |
last_modified_at
|
The timestamp of the key vault resource last modification (UTC). |
Azure SDK for Python