Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1CloudControlReport

The cloud control report.

Inheritance
object
GoogleCloudAssuredworkloadsV1CloudControlReport
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.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1CloudControlReport : IDirectResponseSchema

Properties

Categories

The list of categories for the cloud control.

Declaration
[JsonProperty("categories")]
public virtual IList<string> Categories { get; set; }
Property Value
Type Description
IList<string>

CloudControl

The name of the cloud control.

Declaration
[JsonProperty("cloudControl")]
public virtual string CloudControl { get; set; }
Property Value
Type Description
string

CloudControlAssessmentDetails

The details of a cloud control assessment.

Declaration
[JsonProperty("cloudControlAssessmentDetails")]
public virtual GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails CloudControlAssessmentDetails { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails

CloudControlDeployment

The name of the cloud control deployment.

Declaration
[JsonProperty("cloudControlDeployment")]
public virtual string CloudControlDeployment { get; set; }
Property Value
Type Description
string

CloudControlType

The type of the cloud control.

Declaration
[JsonProperty("cloudControlType")]
public virtual string CloudControlType { get; set; }
Property Value
Type Description
string

Description

The description of the cloud control.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

The display name of the cloud control.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnforcementMode

The enforcement mode of the cloud control.

Declaration
[JsonProperty("enforcementMode")]
public virtual string EnforcementMode { get; set; }
Property Value
Type Description
string

FindingCategory

The category of the finding.

Declaration
[JsonProperty("findingCategory")]
public virtual string FindingCategory { get; set; }
Property Value
Type Description
string

FindingSeverity

The severity of the finding.

Declaration
[JsonProperty("findingSeverity")]
public virtual string FindingSeverity { get; set; }
Property Value
Type Description
string

FrameworkMajorRevisionIds

The major revision IDs of the frameworks that the cloud control belongs to.

Declaration
[JsonProperty("frameworkMajorRevisionIds")]
public virtual IList<long?> FrameworkMajorRevisionIds { get; set; }
Property Value
Type Description
IList<long?>

MajorRevisionId

The major revision ID of the cloud control.

Declaration
[JsonProperty("majorRevisionId")]
public virtual long? MajorRevisionId { get; set; }
Property Value
Type Description
long?

ManualCloudControlAssessmentDetails

The details of a manual cloud control assessment.

Declaration
[JsonProperty("manualCloudControlAssessmentDetails")]
public virtual GoogleCloudAssuredworkloadsV1ManualCloudControlAssessmentDetails ManualCloudControlAssessmentDetails { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1ManualCloudControlAssessmentDetails

MinorRevisionId

The minor revision ID of the cloud control.

Declaration
[JsonProperty("minorRevisionId")]
public virtual long? MinorRevisionId { get; set; }
Property Value
Type Description
long?

Rules

The list of rules that correspond to the cloud control.

Declaration
[JsonProperty("rules")]
public virtual IList<GoogleCloudAssuredworkloadsV1Rule> Rules { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1Rule>

SimilarControls

The list of similar controls.

Declaration
[JsonProperty("similarControls")]
public virtual IList<GoogleCloudAssuredworkloadsV1SimilarControls> SimilarControls { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1SimilarControls>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX