Managed Cluster Security Profile Args
data class ManagedClusterSecurityProfileArgs(val azureKeyVaultKms: Output<AzureKeyVaultKmsArgs>? = null, val defender: Output<ManagedClusterSecurityProfileDefenderArgs>? = null, val imageCleaner: Output<ManagedClusterSecurityProfileImageCleanerArgs>? = null, val workloadIdentity: Output<ManagedClusterSecurityProfileWorkloadIdentityArgs>? = null) : ConvertibleToJava<ManagedClusterSecurityProfileArgs>
Security profile for the container service cluster.
Constructors
Link copied to clipboard
fun ManagedClusterSecurityProfileArgs(azureKeyVaultKms: Output<AzureKeyVaultKmsArgs>? = null, defender: Output<ManagedClusterSecurityProfileDefenderArgs>? = null, imageCleaner: Output<ManagedClusterSecurityProfileImageCleanerArgs>? = null, workloadIdentity: Output<ManagedClusterSecurityProfileWorkloadIdentityArgs>? = null)
Functions
Properties
Link copied to clipboard
Azure Key Vault key management service settings for the security profile.