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
  • # Policy applied to relationship for an Azure AD object.
  • POLICY_APPLIED_TO
  • # Relationship between a policy and its included Azure AD objects.
  • POLICY_INCLUDES
  • # Principal Role Assignment relationship for an Azure AD object.
  • PRINCIPAL_ROLE_ASSIGNMENT
  • # Role assignment relationship for an Azure AD object.
  • ROLE_ASSIGNMENT
  • # Scope Role Assignment relationship for an Azure AD object.
  • SCOPE_ROLE_ASSIGNMENT
  • }