public sealed class DestinationDetails : IMessage<DestinationDetails>, IEquatable<DestinationDetails>, IDeepCloneable<DestinationDetails>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class DestinationDetails.
The locations where the generated reports are saved.
Implements
IMessageDestinationDetails, IEquatableDestinationDetails, IDeepCloneableDestinationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
DestinationDetails()
public DestinationDetails()DestinationDetails(DestinationDetails)
public DestinationDetails(DestinationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DestinationDetails |
Properties
DestinationCase
public DestinationDetails.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
DestinationDetailsDestinationOneofCase |
|
GcsBucketUri
public string GcsBucketUri { get; set; }The Cloud Storage bucket where the audit report is/will be uploaded.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasGcsBucketUri
public bool HasGcsBucketUri { get; }Gets whether the "gcs_bucket_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|