OBJECT
AuthorizedOps
Description
Authorized operations for an object.
link GraphQL Schema definition
- type AuthorizedOps {
- # Object ID that that the authorization operations are for.
- : UUID!
- # Operations that are authorized.
- : [AuthorizedOperation!]!
- }