Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse

The response message for FetchDbFrameworkComplianceReport.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse
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 GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse : IDirectResponseSchema

Properties

ControlAssessmentDetails

The control assessment details of the framework.

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

ETag

The ETag of the item.

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

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.

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

FrameworkDescription

The description of the framework.

Declaration
[JsonProperty("frameworkDescription")]
public virtual string FrameworkDescription { get; set; }
Property Value
Type Description
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 the framework.

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

MajorRevisionId

The latest major revision ID of the framework.

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

MinorRevisionId

The latest minor revision ID of the latest major revision of the framework.

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

Name

The name of the framework compliance report.

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

SupportedCloudProviders

The list of cloud providers that are 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 of the framework.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The last updated time of the report.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX