Show / Hide Table of Contents

Class KubernetesClusterIdentity

Inheritance
System.Object
KubernetesClusterIdentity
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 KubernetesClusterIdentity

Fields

View Source

PrincipalId

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
View Source

TenantId

The Tenant ID used for Azure Active Directory Application. If this isn't specified the Tenant ID of the current Subscription is used.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
View Source

Type

The type of identity used for the managed cluster. At this time the only supported value is SystemAssigned.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.