public sealed class CompliancePostureConfig : IMessage<CompliancePostureConfig>, IEquatable<CompliancePostureConfig>, IDeepCloneable<CompliancePostureConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CompliancePostureConfig.
CompliancePostureConfig defines the settings needed to enable/disable
features for the Compliance Posture.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides reference documentation for the `CompliancePostureConfig` class within the Google Kubernetes Engine v1 API."],["The latest version available is 3.33.0, and the page being viewed corresponds to version 3.32.0, with the list including a comprehensive history of versions going back to version 2.3.0."],["`CompliancePostureConfig` is used to define settings for enabling or disabling features related to Compliance Posture, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within `CompliancePostureConfig` include `ComplianceStandards`, which is a list of enabled standards, `HasMode`, which indicates if the \"mode\" field is set, and `Mode`, which sets the enablement mode for Compliance Posture."],["The `CompliancePostureConfig` class contains a constructor, as well as a constructor that takes in another `CompliancePostureConfig` object, allowing for the creation of new objects or objects based on an existing one."]]],[]]