Skip to main content

Interface: IResources

v1.CustomRoleSpec.IResources

Properties of a Resources.

Hierarchy

Properties

allowAll

Optional allowAll: null | boolean

Whether the permission applies to all resources of the given type.

Inherited from

$Properties.allowAll


resourceIds

Optional resourceIds: null | string[]

The resource IDs the permission applies to. Can be empty if allow_all is true.

Inherited from

$Properties.resourceIds


resourceType

Optional resourceType: null | string

The resource type the permission applies to.

Inherited from

$Properties.resourceType