public sealed class IamPolicyAnalysisOutputConfig : IMessage<IamPolicyAnalysisOutputConfig>, IEquatable<IamPolicyAnalysisOutputConfig>, IDeepCloneable<IamPolicyAnalysisOutputConfig>, IBufferMessage, IMessage
Output configuration for export IAM policy analysis destination.
[[["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-04-17 UTC."],[[["The webpage details the `IamPolicyAnalysisOutputConfig` class, which is used for configuring the output destination of IAM policy analysis, within the Google Cloud Asset V1 library."],["The latest version of this configuration class is version 3.12.0, and it's located in the `Google.Cloud.Asset.V1` namespace, with the current documentation specifically for version 2.9.0."],["This class is a concrete implementation that inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IamPolicyAnalysisOutputConfig` class supports two types of destinations for the policy analysis output: `BigqueryDestination` for BigQuery and `GcsDestination` for Cloud Storage."],["The class has two constructors: a default constructor and a constructor that takes another `IamPolicyAnalysisOutputConfig` instance as a parameter for cloning purposes."]]],[]]