public sealed class AlternatePolicySpec : IMessage<AlternatePolicySpec>, IEquatable<AlternatePolicySpec>, IDeepCloneable<AlternatePolicySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Organization Policy v2 API class AlternatePolicySpec.
Similar to PolicySpec but with an extra 'launch' field for launch reference.
The PolicySpec here is specific for dry-run/darklaunch.
[[["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."],[[["The latest version of the `AlternatePolicySpec` class is 2.7.0, and the class is part of the Google.Cloud.OrgPolicy.V2 namespace."],["`AlternatePolicySpec` is similar to `PolicySpec` but includes an extra 'launch' field for launch reference, and is specifically used for dry-run/darklaunch scenarios."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the base `object` class."],["`AlternatePolicySpec` has two constructors, one default and another that takes an `AlternatePolicySpec` object as a parameter, allowing for cloning of objects."],["The class has two properties, `Launch` which is a string for the launch reference, and `Spec` which is a `PolicySpec` for specifying constraints on Google Cloud resource configurations."]]],[]]