ContainerServiceManagedClusterData.IsFipsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)