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

AccessControlResult

No description

union AccessControlResult =
  | AccessControl
  | 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).

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

accessControl query ● accessControlsById query ● activateAccessControl mutation ● addWhatDataObjectsToAccessControl mutation ● addWhoToAccessControl mutation ● deactivateAccessControl mutation ● deleteAccessControl mutation ● implementPromise mutation ● removeWhatDataObjectsFromAccessControl mutation ● removeWhoFromAccessControl mutation

Member Of

AccessControlAuditLog object ● AccessControlInsightsResult object ● AccessControlMatch object ● AccessControlWhatAccessControlAuditLog object ● AccessRequestWhatItem object ● DataObject object ● DataUsage object ● RoleAssetLink object

Last updated

Was this helpful?