ENUM

AzureAdRelationshipEnumType

Description

Azure AD object relationship types.

link GraphQL Schema definition

  • enum AzureAdRelationshipEnumType {
  • # App role assigned to relationship for an Azure AD object.
  • APP_ROLE_ASSIGNED_TO
  • # App role assignment relationship for an Azure AD object.
  • APP_ROLE_ASSIGNMENT
  • # Member relationship of an Azure AD object.
  • MEMBER
  • # Owner relationship of an Azure AD object.
  • OWNER
  • # Role assignment relationship for an Azure AD object.
  • ROLE_ASSIGNMENT
  • }