Share via


ManagedClusterSecurityProfile Class

Definition

Security profile for the container service cluster.

public class ManagedClusterSecurityProfile
type ManagedClusterSecurityProfile = class
Public Class ManagedClusterSecurityProfile
Inheritance
ManagedClusterSecurityProfile

Constructors

ManagedClusterSecurityProfile()

Initializes a new instance of the ManagedClusterSecurityProfile class.

ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner)

Initializes a new instance of the ManagedClusterSecurityProfile class.

Properties

AzureKeyVaultKms

Gets or sets azure Key Vault key management service settings for the security profile.

Defender

Gets or sets microsoft Defender settings for the security profile.

ImageCleaner

Gets or sets image Cleaner settings for the security profile.

WorkloadIdentity

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.

Applies to