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.
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 reference documentation for the `IamPolicyAnalysisOutputConfig.Types.GcsDestination` class within the Google Cloud Asset Inventory v1 API."],["The latest version of this class is 3.12.0, but documentation is available for versions ranging from 2.7.0 to 3.12.0."],["`IamPolicyAnalysisOutputConfig.Types.GcsDestination` is a class representing a Cloud Storage location and it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Uri` property, which is a string representing the Cloud Storage object URI and it can overwrite existing objects if no hold is set."],["This class is used to specify where the analysis results of the IAM policy should be exported to, in the context of the Google Cloud Asset inventory."]]],[]]