Class GetKubernetesClusterIdentityResult
Inheritance
System.Object
GetKubernetesClusterIdentityResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKubernetesClusterIdentityResult
Fields
View SourcePrincipalId
The principal id of the system assigned identity which is used by master components.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The tenant id of the system assigned identity which is used by master components.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of identity used for the managed cluster.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |