Class GoogleCloudAssuredworkloadsV1AggregatedComplianceReport
The aggregated compliance report.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1AggregatedComplianceReport : IDirectResponseSchema
Properties
ControlAssessmentDetails
The control assessment details of the framework.
Declaration
[JsonProperty("controlAssessmentDetails")]
public virtual GoogleCloudAssuredworkloadsV1ControlAssessmentDetails ControlAssessmentDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAssuredworkloadsV1ControlAssessmentDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportTime
object representation of ReportTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReportTimeDateTimeOffset instead.")]
public virtual object ReportTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ReportTimeDateTimeOffset
DateTimeOffset representation of ReportTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReportTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ReportTimeRaw
The report time of the aggregated compliance report.
Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |