Skip to main content

AuthorizeResult

Home > @backstage/plugin-permission-common > AuthorizeResult

The result of an authorization request.

Signature:

enum AuthorizeResult 

Enumeration Members

Member

Value

Description

ALLOW

"ALLOW"

The authorization request is allowed.

CONDITIONAL

"CONDITIONAL"

The authorization request is allowed if the provided conditions are met.

DENY

"DENY"

The authorization request is denied.