public sealed class AuditScopeReport : IMessage<AuditScopeReport>, IEquatable<AuditScopeReport>, IDeepCloneable<AuditScopeReport>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class AuditScopeReport.
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. Name for the audit scope report, in one of the following formats:
projects/{project}/locations/{location}/auditScopeReports/{audit_scope_report}folders/{folder}/locations/{location}/auditScopeReports/{audit_scope_report}organizations/{organization}/locations/{location}/auditScopeReports/{audit_scope_report}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ScopeReportContents
public ByteString ScopeReportContents { get; set; }Audit scope report content in byte format.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|