Interface: IResources
v1.CustomRoleSpec.IResources
Properties of a Resources.
Implemented by
Properties
allowAll
• Optional allowAll: null | boolean
Whether the permission applies to all resources of the given type.
resourceIds
• Optional resourceIds: null | string[]
The resource IDs the permission applies to. Can be empty if allow_all is true.
resourceType
• Optional resourceType: null | string
The resource type the permission applies to.