OBJECT

AuthorizedOps

Description

Authorized operations for an object.

link GraphQL Schema definition

  • type AuthorizedOps {
  • # Authorized operations.
  • authorizedOperations: [Operation!]!
  • # Object ID that that the authorization operations are for.
  • objectId: UUID!
  • # Operations that are authorized.
  • operations: [AuthorizedOperation!]! @deprecated( reason: "Use authorizedOperations instead." )
  • }