Managed Cluster Security Profile Response
data class ManagedClusterSecurityProfileResponse(val azureKeyVaultKms: AzureKeyVaultKmsResponse? = null, val defender: ManagedClusterSecurityProfileDefenderResponse? = null, val imageCleaner: ManagedClusterSecurityProfileImageCleanerResponse? = null, val workloadIdentity: ManagedClusterSecurityProfileWorkloadIdentityResponse? = null)
Security profile for the container service cluster.
Constructors
Link copied to clipboard
fun ManagedClusterSecurityProfileResponse(azureKeyVaultKms: AzureKeyVaultKmsResponse? = null, defender: ManagedClusterSecurityProfileDefenderResponse? = null, imageCleaner: ManagedClusterSecurityProfileImageCleanerResponse? = null, workloadIdentity: ManagedClusterSecurityProfileWorkloadIdentityResponse? = null)
Types
Properties
Link copied to clipboard
Azure Key Vault key management service settings for the security profile.