Class IamPolicyAnalysisOutputConfig.Types.GcsDestination (3.0.0)

public sealed class GcsDestination : IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessage

A Cloud Storage location.

Inheritance

Object > IamPolicyAnalysisOutputConfig.Types.GcsDestination

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination)

public GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination other)
Parameter
NameDescription
otherIamPolicyAnalysisOutputConfig.Types.GcsDestination

Properties

Uri

public string Uri { get; set; }

Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.

If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the analysis result.

Property Value
TypeDescription
String