Audit Manager v1 API - Class AuditScopeReport (1.2.0)

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

Reference documentation and code samples for the Audit Manager v1 API class AuditScopeReport.

Audit scope report.

Inheritance

object > AuditScopeReport

Namespace

Google.Cloud.AuditManager.V1

Assembly

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