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

RoleResult

No description

union RoleResult =
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError
  | Role

Possible types

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.

Role object

Represents a role.

Returned By

reassignRole mutation ● updateRoleAssigneesOnAccessControl mutation ● updateRoleAssigneesOnDataObject mutation ● updateRoleAssigneesOnDataSource mutation

Member Of

RoleAssignmentAuditLog object

Last updated

Was this helpful?