SystemDataModel interface

System data required to be defined for Azure resources.

Properties

createdAt

Gets or sets the timestamp of resource creation (UTC).

createdBy

Gets or sets identity that created the resource.

createdByType

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

lastModifiedAt

Gets or sets the timestamp of resource last modification (UTC).

lastModifiedBy

Gets or sets the identity that last modified the resource.

lastModifiedByType

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

Property Details

createdAt

Gets or sets the timestamp of resource creation (UTC).

createdAt?: Date

Property Value

Date

createdBy

Gets or sets identity that created the resource.

createdBy?: string

Property Value

string

createdByType

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

createdByType?: string

Property Value

string

lastModifiedAt

Gets or sets the timestamp of resource last modification (UTC).

lastModifiedAt?: Date

Property Value

Date

lastModifiedBy

Gets or sets the identity that last modified the resource.

lastModifiedBy?: string

Property Value

string

lastModifiedByType

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

lastModifiedByType?: string

Property Value

string