PlatformWorkloadIdentityRole interface
PlatformWorkloadIdentityRole represents a mapping from a particular OCP operator to the built-in role that should be assigned to that operator's corresponding managed identity.
Properties
| operator |
OperatorName represents the name of the operator that this role is for. |
| role |
RoleDefinitionID represents the resource ID of the role definition. |
| role |
RoleDefinitionName represents the name of the role. |
Property Details
operatorName
OperatorName represents the name of the operator that this role is for.
operatorName?: string
Property Value
string
roleDefinitionId
RoleDefinitionID represents the resource ID of the role definition.
roleDefinitionId?: string
Property Value
string
roleDefinitionName
RoleDefinitionName represents the name of the role.
roleDefinitionName?: string
Property Value
string