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.
Implements
IMessageIamPolicyAnalysisOutputConfigTypesGcsDestination, IEquatableIamPolicyAnalysisOutputConfigTypesGcsDestination, IDeepCloneableIamPolicyAnalysisOutputConfigTypesGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination other)
Parameter | |
---|---|
Name | Description |
other | IamPolicyAnalysisOutputConfigTypesGcsDestination |
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 | |
---|---|
Type | Description |
string |