public sealed class SecurityPostureConfig : IMessage<SecurityPostureConfig>, IEquatable<SecurityPostureConfig>, IDeepCloneable<SecurityPostureConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class SecurityPostureConfig.
SecurityPostureConfig defines the flags needed to enable/disable features for
the Security Posture API.
[[["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."],[[["This webpage provides documentation for the `SecurityPostureConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest version 3.33.0."],["The `SecurityPostureConfig` class is used to define settings for the Security Posture API's features, including modes for vulnerability scanning and overall security posture."],["The documentation outlines the class's inheritance from `object` and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create new instances and properties like `HasMode`, `HasVulnerabilityMode`, `Mode`, and `VulnerabilityMode`, which allow configuration of security posture features and vulnerability scanning settings."],["The namespace for this class is `Google.Cloud.Container.V1`, and it is contained within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]