OBJECT

AuthorizedOps

Description

Authorized operations for an object.

link GraphQL Schema definition

  • type AuthorizedOps {
  • # Object ID that that the authorization operations are for.
  • objectId: UUID!
  • # Operations that are authorized.
  • operations: [AuthorizedOperation!]!
  • }