UserAssignedIdentitiesProfile interface
Represents the information related to Azure User-Assigned managed identities needed to perform Operators authentication based on Azure User-Assigned Managed Identities
Properties
| control |
The set of Azure User-Assigned Managed Identities leveraged for the Control Plane operators of the cluster. The set of required managed identities is dependent on the Cluster's OpenShift version. |
| data |
The set of Azure User-Assigned Managed Identities leveraged for the Data Plane operators of the cluster. The set of required managed identities is dependent on the Cluster's OpenShift version. |
| service |
Represents the information associated to an Azure User-Assigned Managed Identity whose purpose is to perform service level actions. |
Property Details
controlPlaneOperators
The set of Azure User-Assigned Managed Identities leveraged for the Control Plane operators of the cluster. The set of required managed identities is dependent on the Cluster's OpenShift version.
controlPlaneOperators: Record<string, string>
Property Value
Record<string, string>
dataPlaneOperators
The set of Azure User-Assigned Managed Identities leveraged for the Data Plane operators of the cluster. The set of required managed identities is dependent on the Cluster's OpenShift version.
dataPlaneOperators: Record<string, string>
Property Value
Record<string, string>
serviceManagedIdentity
Represents the information associated to an Azure User-Assigned Managed Identity whose purpose is to perform service level actions.
serviceManagedIdentity: string
Property Value
string