Share via


SystemDataOutput interface

Metadata pertaining to creation and last modification of the resource.

Properties

createdAt

The timestamp of resource creation (UTC).

createdBy

The identity that created the resource.

createdByType

The type of identity that created the resource.

lastModifiedAt

The type of identity that last modified the resource.

lastModifiedBy

The identity that last modified the resource.

lastModifiedByType

The type of identity that last modified the resource.

Property Details

createdAt

The timestamp of resource creation (UTC).

createdAt?: string

Property Value

string

createdBy

The identity that created the resource.

createdBy?: string

Property Value

string

createdByType

The type of identity that created the resource.

createdByType?: "User" | "Application" | "ManagedIdentity" | "Key"

Property Value

"User" | "Application" | "ManagedIdentity" | "Key"

lastModifiedAt

The type of identity that last modified the resource.

lastModifiedAt?: string

Property Value

string

lastModifiedBy

The identity that last modified the resource.

lastModifiedBy?: string

Property Value

string

lastModifiedByType

The type of identity that last modified the resource.

lastModifiedByType?: "User" | "Application" | "ManagedIdentity" | "Key"

Property Value

"User" | "Application" | "ManagedIdentity" | "Key"