OperatorIdentityRoles interface
Role definitions for a specific operator
Properties
| name | Name of the operator |
| required | Whether or not the operator is required for installation |
| role |
The role definitions required to be assigned to the identity assumed by this operator |
Property Details
name
Name of the operator
name: string
Property Value
string
required
Whether or not the operator is required for installation
required: string
Property Value
string
roleDefinitions
The role definitions required to be assigned to the identity assumed by this operator
roleDefinitions: RoleDefinition[]