Share via


ManagedClusterIdentity Class

Definition

Identity for the managed cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIdentityTypeConverter))]
public class ManagedClusterIdentity : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIdentityTypeConverter))>]
type ManagedClusterIdentity = class
    interface IManagedClusterIdentity
    interface IJsonSerializable
Public Class ManagedClusterIdentity
Implements IManagedClusterIdentity
Inheritance
ManagedClusterIdentity
Attributes
Implements

Constructors

Name Description
ManagedClusterIdentity()

Creates an new ManagedClusterIdentity instance.

Properties

Name Description
DelegatedResource

The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only.

PrincipalId

The principal id of the system assigned identity which is used by master components.

TenantId

The tenant id of the system assigned identity which is used by master components.

Type

The type of identity used for the managed cluster. For more information see use managed identities in AKS.

UserAssignedIdentity

The user identity associated with the managed cluster. This identity will be used in control plane. Only one user assigned identity is allowed. The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIdentity.

FromJsonString(String)

Creates a new instance of ManagedClusterIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to