AuthorizeResult
Home > @backstage/plugin-permission-common > AuthorizeResult
The result of an authorization request.
Signature:
enum AuthorizeResult
Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
ALLOW |
|
The authorization request is allowed. |
|
CONDITIONAL |
|
The authorization request is allowed if the provided conditions are met. |
|
DENY |
|
The authorization request is denied. |