OBJECT

AzureAdSnapshotRange

Description

Snapshot range containing the Azure AD object.

link GraphQL Schema definition

  • type AzureAdSnapshotRange {
  • # Timestamp of the snapshot from which the Azure AD object is present.
  • from: AzureAdSnapshotDetails!
  • # Timestamp of the snapshot till which the Azure AD object is present.
  • to: AzureAdSnapshotDetails!
  • }