FabricModelSystemData interface

System data required to be defined for Azure resources.

Extends

Inherited 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.

Inherited Property Details

createdAt

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

createdAt?: Date

Property Value

Date

Inherited From SystemDataModel.createdAt

createdBy

Gets or sets identity that created the resource.

createdBy?: string

Property Value

string

Inherited From SystemDataModel.createdBy

createdByType

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

createdByType?: string

Property Value

string

Inherited From SystemDataModel.createdByType

lastModifiedAt

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

lastModifiedAt?: Date

Property Value

Date

Inherited From SystemDataModel.lastModifiedAt

lastModifiedBy

Gets or sets the identity that last modified the resource.

lastModifiedBy?: string

Property Value

string

Inherited From SystemDataModel.lastModifiedBy

lastModifiedByType

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

lastModifiedByType?: string

Property Value

string

Inherited From SystemDataModel.lastModifiedByType