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.
- # Policy directly applied to the object.
- # Policy assignment is inherited from ancestor.
- }