TrackedResourceSystemData interface

Metadata pertaining to creation and last modification of the resource.

Extends

Inherited Properties

createdAt

The timestamp of resource creation (UTC).

createdBy

The identity that created the resource.

createdByType

The type of identity that created the resource.

lastModifiedBy

The identity that last modified the resource.

lastModifiedByType

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