AccessPermissions
Last updated
Was this helpful?
Represents the permissions granted by an access control on a specific data object.
type AccessPermissions {
globalPermissions: [String!]
permissions: [String!]
}[String!] list scalarThe global permissions that are granted on the data object.
[String!] list scalarThe permissions that are granted on the data object.
AccessPermissionsResult union
Last updated
Was this helpful?
Was this helpful?