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

AccessPermissionsResult

No description

union AccessPermissionsResult =
  | AccessPermissions
  | NotFoundError
  | PermissionDeniedError

Possible types

AccessPermissions object

Represents the permissions granted by an access control on a specific data object.

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.

Member Of

AccessControl object

Last updated

Was this helpful?