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