SystemData interface

Read only system data

Properties

createdAt

The timestamp of resource creation (UTC)

createdBy

An identifier for the identity that created the resource

createdByType

The type of identity that created the resource

lastModifiedAt

The timestamp of resource last modification (UTC)

lastModifiedBy

An identifier for the identity that last modified the resource

lastModifiedByType

The type of identity that last modified the resource

Property Details

createdAt

The timestamp of resource creation (UTC)

createdAt?: Date

Property Value

Date

createdBy

An identifier for the identity that created the resource

createdBy?: string

Property Value

string

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

lastModifiedBy

An identifier for the identity that last modified the resource

lastModifiedBy?: string

Property Value

string

lastModifiedByType

The type of identity that last modified the resource

lastModifiedByType?: string

Property Value

string