Cloud Security Compliance v1 API - Class BucketDestination (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud Security Compliance v1 API class BucketDestination.

A Cloud Storage bucket destination.

Inheritance

object > BucketDestination

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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