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

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.

The destination details where the audit report must be uploaded.

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 Cloud Storage bucket location where the audit report and evidences can be uploaded during the 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