For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessControlWithOptionalAccessRequestsResult

No description

union AccessControlWithOptionalAccessRequestsResult =
  | AccessControl
  | AccessControlWithOptionalAccessRequests
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

AccessControl object

Represents an access control object in the system. An access control is the abstract model representing grants, masks, filters and groups (determined by the action field).

AccessControlWithOptionalAccessRequests object

Represents the result of an access control update when access requests were created as part of the update.

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

createAccessControl mutation ● updateAccessControl mutation

Last updated

Was this helpful?