TrackedResourceSystemData interface
Metadata pertaining to creation and last modification of the resource.
- Extends
Inherited Properties
created |
The timestamp of resource creation (UTC). |
created |
The identity that created the resource. |
created |
The type of identity that created the resource. |
last |
The identity that last modified the resource. |
last |
The type of identity that last modified the resource. |
Inherited Property Details
createdAt
The timestamp of resource creation (UTC).
createdAt?: Date
Property Value
Date
Inherited From SystemData.createdAt
createdBy
The identity that created the resource.
createdBy?: string
Property Value
string
Inherited From SystemData.createdBy
createdByType
The type of identity that created the resource.
createdByType?: string
Property Value
string
Inherited From SystemData.createdByType
lastModifiedBy
The identity that last modified the resource.
lastModifiedBy?: string
Property Value
string
Inherited From SystemData.lastModifiedBy
lastModifiedByType
The type of identity that last modified the resource.
lastModifiedByType?: string
Property Value
string
Inherited From SystemData.lastModifiedByType