Hierarchy

  • AuthorizerInput

Properties

credentials: Partial<Record<CredentialGroup, Credential>>

Credentials of the entity that wants to use the resource.

identifier: ResourceIdentifier

Identifier of the resource that will be read/modified.

modes: Set<AccessMode>

Modes that are requested on the resource.

permissionSet: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>

Permissions that are available for the request.