Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1DbFrameworkComplianceSummary

The details for a framework compliance summary.

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

Properties

ControlAssessmentDetails

The control assessment details of the framework.

Declaration
[JsonProperty("controlAssessmentDetails")]
public virtual GoogleCloudAssuredworkloadsV1beta1ControlAssessmentDetails ControlAssessmentDetails { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1beta1ControlAssessmentDetails

ControlsPassingTrend

Output only. The trend of controls that are passing for the given duration.

Declaration
[JsonProperty("controlsPassingTrend")]
public virtual GoogleCloudAssuredworkloadsV1beta1Trend ControlsPassingTrend { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1beta1Trend

ETag

The ETag of the item.

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

FindingCount

Output only. The count of the findings generated against the framework.

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

Framework

The name of the framework.

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

FrameworkCategories

The list of framework categories supported by the framework.

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

FrameworkDisplayName

Optional. The display name for the framework.

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

FrameworkType

The type of framework.

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

MajorRevisionId

The major revision ID of the framework.

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

MinorRevisionId

The minor revision ID of the framework.

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

Name

Identifier. The name of the framework compliance summary.

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

SupportedCloudProviders

The list of cloud providers supported by the framework.

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

TargetResourceDetails

The target resource details for the framework.

Declaration
[JsonProperty("targetResourceDetails")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1TargetResourceDetails> TargetResourceDetails { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1beta1TargetResourceDetails>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX