ClusterPrincipalProperties interface
A class representing cluster principal property.
Properties
| aad |
The service principal object id in AAD (Azure active directory) |
| principal |
The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name. |
| principal |
The principal name |
| principal |
Principal type. |
| provisioning |
The provisioned state of the resource. |
| role | Cluster principal role. |
| tenant |
The tenant id of the principal |
| tenant |
The tenant name of the principal |
Property Details
aadObjectId
The service principal object id in AAD (Azure active directory)
aadObjectId?: string
Property Value
string
principalId
The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
principalId: string
Property Value
string
principalName
The principal name
principalName?: string
Property Value
string
principalType
Principal type.
principalType: string
Property Value
string
provisioningState
The provisioned state of the resource.
provisioningState?: string
Property Value
string
role
Cluster principal role.
role: string
Property Value
string
tenantId
The tenant id of the principal
tenantId?: string
Property Value
string
tenantName
The tenant name of the principal
tenantName?: string
Property Value
string