ENUM

AzureAdReverseRelationshipType

Description

Reverse relationships of an Azure Active Directory object.

link GraphQL Schema definition

  • enum AzureAdReverseRelationshipType {
  • # Directory object to which the policy is applied.
  • APPLIED_POLICY
  • # Component of a policy. For example, a named location included in the policy.
  • INCLUDED_IN_POLICY
  • # Member of the relationship. For example, a user of a group.
  • MEMBER_OF
  • # Owner of the relationship. For example, an owner of a group.
  • OWNER_OF
  • # Unknown reverse relationship type.
  • REVERSE_RELATIONSHIP_TYPE_UNKNOWN
  • # Assignee of a role. For example, a user assigned to the admin role.
  • ROLE_ASSIGNMENT_OF
  • }