Class GoogleCloudAssuredworkloadsV1DbFrameworkComplianceSummary
The details for a framework compliance summary.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1DbFrameworkComplianceSummary : IDirectResponseSchema
Properties
ControlAssessmentDetails
The control assessment details of the framework.
Declaration
[JsonProperty("controlAssessmentDetails")]
public virtual GoogleCloudAssuredworkloadsV1ControlAssessmentDetails ControlAssessmentDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAssuredworkloadsV1ControlAssessmentDetails |
ControlsPassingTrend
Output only. The trend of controls that are passing for the given duration.
Declaration
[JsonProperty("controlsPassingTrend")]
public virtual GoogleCloudAssuredworkloadsV1Trend ControlsPassingTrend { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAssuredworkloadsV1Trend |
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<GoogleCloudAssuredworkloadsV1TargetResourceDetails> TargetResourceDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAssuredworkloadsV1TargetResourceDetails> |