OBJECT
SDDLPermission
link GraphQL Schema definition
- type SDDLPermission {
- : String!
- # The details of how the principal can access the path.
- : DatagovAccessMethodDetailsType
- : AceQualifier!
- : String!
- : String!
- : [AceFlags!]!
- # The type of identity provider the principal belongs to.
- : IdpType!
- # The principalID that this ACE applies to.
- : String!
- # Specifies whether the principal is internal or external to the organization.
- : PrincipalOrigin!
- # The type of the principal (user, group, etc.).
- : PrincipalRiskySummaryPrincipalType!
- : ResolutionType!
- }