ManagedClusterPodIdentityProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See use AAD pod identity for more details on pod identity integration.
public class ManagedClusterPodIdentityProfile
type ManagedClusterPodIdentityProfile = class
Public Class ManagedClusterPodIdentityProfile
- Inheritance
-
ManagedClusterPodIdentityProfile
Remarks
See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on pod identity integration.
Constructors
ManagedClusterPodIdentityProfile() |
Initializes a new instance of the ManagedClusterPodIdentityProfile class. |
ManagedClusterPodIdentityProfile(Nullable<Boolean>, Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>) |
Initializes a new instance of the ManagedClusterPodIdentityProfile class. |
Properties
AllowNetworkPluginKubenet |
Gets or sets 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 |
Gets or sets whether the pod identity addon is enabled. |
UserAssignedIdentities |
Gets or sets the pod identities to use in the cluster. |
UserAssignedIdentityExceptions |
Gets or sets the pod identity exceptions to allow. |