AppRoleBuilder
Defined in: builder/role.ts:26
A role is a concept that can access resources in Alpyne via a grant.
Extends
Section titled “Extends”Properties
Section titled “Properties”extends
Section titled “extends”
readonlyextends:AppRoleBuilder[]
Defined in: builder/role.ts:27
readonlyprn:string
Defined in: builder/index.ts:32
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”extend()
Section titled “extend()”extend(
role):BaseRoleBuilder
Defined in: builder/role.ts:35
Extends the supplied role, which must be from the sample template. The role extending the supplied role will (a) have the superset of fields from itself and the supplied role and (b) act as the supplied role for role assertions and checks.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”setDescription()
Section titled “setDescription()”setDescription(
description):this
Defined in: builder/index.ts:33
Parameters
Section titled “Parameters”description
Section titled “description”string
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”BaseRoleBuilder.setDescription
toDefinition()
Section titled “toDefinition()”toDefinition():
AppRoleDefinition
Defined in: builder/role.ts:37