public sealed class 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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GcsDestination` class within the Google Cloud Asset Inventory v1 API, specifically for the .NET library."],["The `GcsDestination` class represents a Cloud Storage location, which is used as a destination for IAM policy analysis output."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and interactions within the library."],["The `GcsDestination` class contains a `Uri` property that indicates the location of the cloud storage object, which, if it exists, can be overwritten with the IAM analysis result."],["The current latest version of this API documentation available is 3.12.0, and there are at least 17 versions available to view on this page."]]],[]]