Cloud Security Compliance v1 API - Class GenerateFrameworkAuditScopeReportResponse (1.0.0-beta04)

public sealed class GenerateFrameworkAuditScopeReportResponse : IMessage<GenerateFrameworkAuditScopeReportResponse>, IEquatable<GenerateFrameworkAuditScopeReportResponse>, IDeepCloneable<GenerateFrameworkAuditScopeReportResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class GenerateFrameworkAuditScopeReportResponse.

The response message for [GenerateFrameworkAuditScopeReport][].

Inheritance

object > GenerateFrameworkAuditScopeReportResponse

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

GenerateFrameworkAuditScopeReportResponse()

public GenerateFrameworkAuditScopeReportResponse()

GenerateFrameworkAuditScopeReportResponse(GenerateFrameworkAuditScopeReportResponse)

public GenerateFrameworkAuditScopeReportResponse(GenerateFrameworkAuditScopeReportResponse other)
Parameter
Name Description
other GenerateFrameworkAuditScopeReportResponse

Properties

AuditReportCase

public GenerateFrameworkAuditScopeReportResponse.AuditReportOneofCase AuditReportCase { get; }
Property Value
Type Description
GenerateFrameworkAuditScopeReportResponseAuditReportOneofCase

ComplianceFramework

public string ComplianceFramework { get; set; }

Required. The compliance framework that the audit scope report is generated for.

Property Value
Type Description
string

GenerateFrameworkAuditScopeReportResponseName

public GenerateFrameworkAuditScopeReportResponseName GenerateFrameworkAuditScopeReportResponseName { get; set; }

GenerateFrameworkAuditScopeReportResponseName-typed view over the Name resource name property.

Property Value
Type Description
GenerateFrameworkAuditScopeReportResponseName

HasScopeReportContents

public bool HasScopeReportContents { get; }

Gets whether the "scope_report_contents" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

Identifier. The name of the audit report, in the format that was given in the request.

Property Value
Type Description
string

ScopeReportContents

public ByteString ScopeReportContents { get; set; }

The audit scope report content in byte format.

Property Value
Type Description
ByteString