TrackedResourceSystemData interface

Metadata pertaining to creation and last modification of the resource.

Extends

Inherited Properties

createdAt

The timestamp of resource creation (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

createdBy

The identity that created the resource. NOTE: This property will not be serialized. It can only be populated by the server.

createdByType

The type of identity that created the resource. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedAt

The timestamp of the last modification the resource (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedBy

The identity that last modified the resource. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedByType

The type of identity that last modified the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Property Details

createdAt

The timestamp of resource creation (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

createdAt?: Date

Property Value

Date

Inherited From SystemData.createdAt

createdBy

The identity that created the resource. NOTE: This property will not be serialized. It can only be populated by the server.

createdBy?: string

Property Value

string

Inherited From SystemData.createdBy

createdByType

The type of identity that created the resource. NOTE: This property will not be serialized. It can only be populated by the server.

createdByType?: string

Property Value

string

Inherited From SystemData.createdByType

lastModifiedAt

The timestamp of the last modification the resource (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedAt?: Date

Property Value

Date

Inherited From SystemData.lastModifiedAt

lastModifiedBy

The identity that last modified the resource. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedBy?: string

Property Value

string

Inherited From SystemData.lastModifiedBy

lastModifiedByType

The type of identity that last modified the resource. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedByType?: string

Property Value

string

Inherited From SystemData.lastModifiedByType