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 `AlternatePolicySpec` class in the Organization Policy v2 API is designed for specifying policy configurations in a dry-run or darklaunch scenario."],["This class extends the functionality of `PolicySpec` by incorporating an additional 'launch' field, which is essential for managing the launch of new policies and audit logging."],["The latest version of the API is 2.7.0, while the displayed version's documentation pertains to version 2.4.0, with historical versions ranging from 1.0.0 to 2.7.0 available."],["`AlternatePolicySpec` inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AlternatePolicySpec` class include `Launch` (a string property) and `Spec` (of type `PolicySpec`), which define the launch reference and the constraint specifications, respectively."]]],[]]