Google Cloud Asset Inventory v1 API - Class IamPolicyAnalysisOutputConfig.Types.GcsDestination (3.11.0)

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

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisOutputConfig.Types.GcsDestination.

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(GcsDestination)

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

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