INPUT_OBJECT

ObjectInfoType

Description

Map of AzureAdObjectType to IDs.

link GraphQL Schema definition

  • input ObjectInfoType {
  • # ID of the AzureAD object.
  • objectId: UUID!
  • # Azure AD object type.
  • azureAdObjectType: AzureAdObjectType!
  • }