Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::AlternatePolicySpec.
Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run/darklaunch.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#launch
def launch() -> ::String
Returns
- (::String) — Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.
#launch=
def launch=(value) -> ::String
Parameter
- value (::String) — Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.
Returns
- (::String) — Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.
#spec
def spec() -> ::Google::Cloud::OrgPolicy::V2::PolicySpec
Returns
- (::Google::Cloud::OrgPolicy::V2::PolicySpec) — Specify constraint for configurations of Google Cloud resources.
#spec=
def spec=(value) -> ::Google::Cloud::OrgPolicy::V2::PolicySpec
Parameter
- value (::Google::Cloud::OrgPolicy::V2::PolicySpec) — Specify constraint for configurations of Google Cloud resources.
Returns
- (::Google::Cloud::OrgPolicy::V2::PolicySpec) — Specify constraint for configurations of Google Cloud resources.