AlternatePolicySpec

Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run.

JSON representation
{
  "launch": string,
  "spec": {
    object (PolicySpec)
  }
}
Fields
launch

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

object (PolicySpec)

Specify constraint for configurations of Google Cloud resources.