Skip to main content
Version: Next

PermissionsService

Home > @backstage/backend-plugin-api > PermissionsService

Permission system integration for authorization of user/service actions.

See the permissions documentation and the service documentation for more details.

Signature:

export interface PermissionsService extends PermissionEvaluator 

Extends: PermissionEvaluator

Methods

MethodDescription
authorize(requests, options)Evaluates Permissions and returns definitive decisions.
authorizeConditional(requests, options)Evaluates ResourcePermissions and returns both definitive and conditional decisions, depending on the configured PermissionPolicy.