Skip to content

Latest commit

 

History

History
135 lines (60 loc) · 1.34 KB

core.rolepolicybody.md

File metadata and controls

135 lines (60 loc) · 1.34 KB

Home > @cerbos/core > RolePolicyBody

RolePolicyBody interface

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface RolePolicyBody 

Properties

Property

Modifiers

Type

Description

parentRoles?

string[] | undefined

(ALPHA) (Optional)

role

string

(ALPHA)

rules

RoleRule[]

(ALPHA)

scope?

string | undefined

(ALPHA) (Optional)

scopePermissions

ScopePermissions

(ALPHA)