public sealed class BucketDestination : IMessage<BucketDestination>, IEquatable<BucketDestination>, IDeepCloneable<BucketDestination>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class BucketDestination.
A Cloud Storage bucket destination.
Implements
IMessageBucketDestination, IEquatableBucketDestination, IDeepCloneableBucketDestination, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
BucketDestination()
public BucketDestination()BucketDestination(BucketDestination)
public BucketDestination(BucketDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
BucketDestination |
Properties
BucketUri
public string BucketUri { get; set; }Required. The URI of the Cloud Storage bucket.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FrameworkAuditFormat
public BucketDestination.Types.Format FrameworkAuditFormat { get; set; }Optional. The format of the framework audit.
| Property Value | |
|---|---|
| Type | Description |
BucketDestinationTypesFormat |
|