Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataCollectionEndpointResourceSystemData

Package version

Metadata pertaining to creation and last modification of the resource.

Hierarchy

  • SystemData
    • DataCollectionEndpointResourceSystemData

Index

Properties

Optional createdAt

createdAt: Date

The timestamp of resource creation (UTC).

Optional createdBy

createdBy: undefined | string

The identity that created the resource.

Optional createdByType

createdByType: CreatedByType

The type of identity that created the resource.

Optional lastModifiedAt

lastModifiedAt: Date

The timestamp of resource last modification (UTC)

Optional lastModifiedBy

lastModifiedBy: undefined | string

The identity that last modified the resource.

Optional lastModifiedByType

lastModifiedByType: CreatedByType

The type of identity that last modified the resource.

Generated using TypeDoc