Audit Manager v1 API - Class EnrollResourceRequest.Types.EligibleDestination (1.2.0)

public sealed class EnrollResourceRequest.Types.EligibleDestination : IMessage<EnrollResourceRequest.Types.EligibleDestination>, IEquatable<EnrollResourceRequest.Types.EligibleDestination>, IDeepCloneable<EnrollResourceRequest.Types.EligibleDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Audit Manager v1 API class EnrollResourceRequest.Types.EligibleDestination.

Details about the bucket where you want to upload the audit report.

Inheritance

object > EnrollResourceRequest.Types.EligibleDestination

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Constructors

EligibleDestination()

public EligibleDestination()

EligibleDestination(EligibleDestination)

public EligibleDestination(EnrollResourceRequest.Types.EligibleDestination other)
Parameter
Name Description
other EnrollResourceRequestTypesEligibleDestination

Properties

EligibleDestinationsCase

public EnrollResourceRequest.Types.EligibleDestination.EligibleDestinationsOneofCase EligibleDestinationsCase { get; }
Property Value
Type Description
EnrollResourceRequestTypesEligibleDestinationEligibleDestinationsOneofCase

EligibleGcsBucket

public string EligibleGcsBucket { get; set; }

The location of the Cloud Storage bucket where you want to upload the audit report and evidence during the [GenerateAuditReport][google.cloud.auditmanager.v1.AuditManager.GenerateAuditReport] API call.

Property Value
Type Description
string

HasEligibleGcsBucket

public bool HasEligibleGcsBucket { get; }

Gets whether the "eligible_gcs_bucket" field is set

Property Value
Type Description
bool