Class ProtectConfig
ProtectConfig defines the flags needed to enable/disable features for the Protect API.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProtectConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadConfig
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.
Declaration
[JsonProperty("workloadConfig")]
public virtual WorkloadConfig WorkloadConfig { get; set; }
Property Value
Type | Description |
---|---|
WorkloadConfig |
WorkloadVulnerabilityMode
Sets which mode to use for Protect workload vulnerability scanning feature.
Declaration
[JsonProperty("workloadVulnerabilityMode")]
public virtual string WorkloadVulnerabilityMode { get; set; }
Property Value
Type | Description |
---|---|
string |