OBJECT
AuthorizedOps
Description
Authorized operations for an object.
link GraphQL Schema definition
- type AuthorizedOps {
- # Authorized operations.
- : [Operation!]!
- # Object ID that that the authorization operations are for.
- : UUID!
- # Operations that are authorized.
- : [AuthorizedOperation!]! @deprecated( reason: "Use authorizedOperations instead." )
- }