GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2AlternatePolicySpec (google_api_org_policy v0.3.0) View Source
Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run/darklaunch.
Attributes
-
launch
(type:String.t
, default:nil
) - 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
(type:GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2PolicySpec.t
, default:nil
) - SpecifyConstraint
for configurations of Cloud Platform resources.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2AlternatePolicySpec{ launch: String.t() | nil, spec: GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2PolicySpec.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.