OBJECT

AzureAdSnapshotDetails

Description

Represents snapshot details of the directory.

link GraphQL Schema definition

  • type AzureAdSnapshotDetails {
  • # ID of the snapshot.
  • snapshotId: UUID!
  • # Time of the snapshot.
  • snapshotTime: DateTime!
  • }