IManagedClusterPodIdentityProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPodIdentityProfileTypeConverter))]
public interface IManagedClusterPodIdentityProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPodIdentityProfileTypeConverter))>]
type IManagedClusterPodIdentityProfile = interface
    interface IJsonSerializable
Public Interface IManagedClusterPodIdentityProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowNetworkPluginKubenet

Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See using Kubenet network plugin with AAD Pod Identity for more information.

Enabled

Whether the pod identity addon is enabled.

UserAssignedIdentity

The pod identities to use in the cluster.

UserAssignedIdentityException

The pod identity exceptions to allow.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to