ENUM

PolicyAssignmentType

Description

Specifies whether policy assignment is directly applied to the object or it is inherited from an ancestor.

link GraphQL Schema definition

  • enum PolicyAssignmentType {
  • # Not specified.
  • ASSIGNMENT_UNSPECIFIED
  • # Policy directly applied to the object.
  • DIRECT
  • # Policy assignment is inherited from ancestor.
  • INHERITED
  • }

link Require by