ContainerServiceManagedClusterData.IsFipsEnabled Property

Definition

Whether to enable FIPS mode at the cluster level. When enabled, this setting enforces FIPS compliance for all AKS-managed components, such as the node operating system, addons, and managed containerized components. See Enable cluster-wide FIPS for more details. When this property is enabled, all node pools in the cluster must also be FIPS-enabled.

public bool? IsFipsEnabled { get; set; }
member this.IsFipsEnabled : Nullable<bool> with get, set
Public Property IsFipsEnabled As Nullable(Of Boolean)

Property Value

Applies to