次の方法で共有


ManagedClusterSecurityProfile.WorkloadIdentity Property

Definition

Gets or sets workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details.

[Newtonsoft.Json.JsonProperty(PropertyName="workloadIdentity")]
public Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity WorkloadIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="workloadIdentity")>]
member this.WorkloadIdentity : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity with get, set
Public Property WorkloadIdentity As ManagedClusterSecurityProfileWorkloadIdentity

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to