public sealed class AuditScopeReport : IMessage<AuditScopeReport>, IEquatable<AuditScopeReport>, IDeepCloneable<AuditScopeReport>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class AuditScopeReport.
The audit scope report.
Implements
IMessageAuditScopeReport, IEquatableAuditScopeReport, IDeepCloneableAuditScopeReport, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
AuditScopeReport()
public AuditScopeReport()AuditScopeReport(AuditScopeReport)
public AuditScopeReport(AuditScopeReport other)| Parameter | |
|---|---|
| Name | Description |
other |
AuditScopeReport |
Properties
AuditReportCase
public AuditScopeReport.AuditReportOneofCase AuditReportCase { get; }| Property Value | |
|---|---|
| Type | Description |
AuditScopeReportAuditReportOneofCase |
|
AuditScopeReportName
public AuditScopeReportName AuditScopeReportName { get; set; }AuditScopeReportName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AuditScopeReportName |
|
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 this Audit Report, in the format of scope given in 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 |
|