SystemData interface

Provides details about resource creation and update time

Properties

createdAt

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

createdBy

A string identifier for 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: user, application, managedIdentity NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedAt

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

lastModifiedBy

A string identifier for 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: user, application, managedIdentity NOTE: This property will not be serialized. It can only be populated by the server.

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

createdBy

A string identifier for 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

createdByType

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

createdByType?: string

Property Value

string

lastModifiedAt

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

lastModifiedAt?: Date

Property Value

Date

lastModifiedBy

A string identifier for 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

lastModifiedByType

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

lastModifiedByType?: string

Property Value

string