Class SecurityPostureConfig
SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class SecurityPostureConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
Sets which mode to use for Security Posture features.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
VulnerabilityMode
Sets which mode to use for vulnerability scanning.
Declaration
[JsonProperty("vulnerabilityMode")]
public virtual string VulnerabilityMode { get; set; }
Property Value
Type | Description |
---|---|
string |