Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemData

Package version

Metadata pertaining to creation and last modification of the resource.

Hierarchy

  • SystemData

Index

Properties

Optional createdAt

createdAt: Date

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

Optional createdBy

createdBy: undefined | string

The identity that created the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdByType

createdByType: CreatedByType

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

Optional lastModifiedAt

lastModifiedAt: Date

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

Optional lastModifiedBy

lastModifiedBy: undefined | string

The identity that last modified the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedByType

lastModifiedByType: LastModifiedByType

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

Generated using TypeDoc