ENUM

AzureAdRelationshipEnumType

Description

Entra ID object relationship types.

link GraphQL Schema definition

  • enum AzureAdRelationshipEnumType {
  • # App role assigned to relationship for an Entra ID object.
  • APP_ROLE_ASSIGNED_TO
  • # App role assignment relationship for an Entra ID object.
  • APP_ROLE_ASSIGNMENT
  • # Member relationship of an Entra ID object.
  • MEMBER
  • # Owner relationship of an Entra ID object.
  • OWNER
  • # Policy applied to relationship for an Entra ID object.
  • POLICY_APPLIED_TO
  • # Relationship between a policy and its included Entra ID objects.
  • POLICY_INCLUDES
  • # Principal Role Assignment relationship for an Entra ID object.
  • PRINCIPAL_ROLE_ASSIGNMENT
  • # Role assignment relationship for an Entra ID object.
  • ROLE_ASSIGNMENT
  • # Scope Role Assignment relationship for an Entra ID object.
  • SCOPE_ROLE_ASSIGNMENT
  • }