Show / Hide Table of Contents

Class DiscoveredWorkload

Represents discovered, customer managed workload that is not registered with the respective GCP service.

Inheritance
object
DiscoveredWorkload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class DiscoveredWorkload : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX