SystemData Class

Definition

Metadata pertaining to creation and last modification of the resource.

public class SystemData
type SystemData = class
Public Class SystemData
Inheritance
SystemData

Constructors

SystemData()

Initializes a new instance of SystemData.

Properties

CreatedBy

An identifier for the identity that created the resource.

CreatedByType

The type of identity that created the resource.

CreatedOn

The timestamp of resource creation (UTC).

LastModifiedBy

An identifier for the identity that last modified the resource.

LastModifiedByType

The type of identity that last modified the resource.

LastModifiedOn

The timestamp of resource last modification (UTC).

Applies to