SystemData interface
Metadata pertaining to creation and last modification of the key vault resource.
Properties
| created |
The timestamp of the key vault resource creation (UTC). |
| created |
The identity that created the key vault resource. |
| created |
The type of identity that created the key vault resource. |
| last |
The timestamp of the key vault resource last modification (UTC). |
| last |
The identity that last modified the key vault resource. |
| last |
The type of identity that last modified the key vault resource. |
Property Details
createdAt
The timestamp of the key vault resource creation (UTC).
createdAt?: Date
Property Value
Date
createdBy
The identity that created the key vault resource.
createdBy?: undefined | string
Property Value
undefined | string
createdByType
The type of identity that created the key vault resource.
createdByType?: IdentityType
Property Value
lastModifiedAt
The timestamp of the key vault resource last modification (UTC).
lastModifiedAt?: Date
Property Value
Date
lastModifiedBy
The identity that last modified the key vault resource.
lastModifiedBy?: undefined | string
Property Value
undefined | string
lastModifiedByType
The type of identity that last modified the key vault resource.
lastModifiedByType?: IdentityType