Class GoogleCloudSecuritycenterV2DiscoveredWorkload
Represents discovered, customer managed workload that is not registered with the respective GCP service.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2DiscoveredWorkload : IDirectResponseSchema
Properties
Confidence
The confidence in detection of this workload.
Declaration
[JsonProperty("confidence")]
public virtual string Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DetectedRelevantHardware
A boolean flag set to true if associated hardware strongly predicts the workload type.
Declaration
[JsonProperty("detectedRelevantHardware")]
public virtual bool? DetectedRelevantHardware { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DetectedRelevantKeywords
A boolean flag set to true if associated keywords strongly predict the workload type.
Declaration
[JsonProperty("detectedRelevantKeywords")]
public virtual bool? DetectedRelevantKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DetectedRelevantPackages
A boolean flag set to true if installed packages strongly predict the workload type.
Declaration
[JsonProperty("detectedRelevantPackages")]
public virtual bool? DetectedRelevantPackages { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkloadType
The type of workload.
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |