public sealed class GenerateFrameworkAuditScopeReportResponse : IMessage<GenerateFrameworkAuditScopeReportResponse>, IEquatable<GenerateFrameworkAuditScopeReportResponse>, IDeepCloneable<GenerateFrameworkAuditScopeReportResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class GenerateFrameworkAuditScopeReportResponse.
The response message for [GenerateFrameworkAuditScopeReport][].
Implements
IMessageGenerateFrameworkAuditScopeReportResponse, IEquatableGenerateFrameworkAuditScopeReportResponse, IDeepCloneableGenerateFrameworkAuditScopeReportResponse, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
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 |
|