CloudControlDetails

The details of a cloud control.

JSON representation
{
  "name": string,
  "majorRevisionId": string,
  "parameters": [
    {
      object (Parameter)
    }
  ]
}
Fields
name

string

Required. The name of the cloud control, in the format organizations/{organization}/locations/{location}/cloudControls/{cloud-control}. The only supported location is global.

majorRevisionId

string (int64 format)

Required. The major version of the cloud control.

parameters[]

object (Parameter)

Optional. Parameters are key-value pairs that let you provide your custom location requirements, environment requirements, or other settings that are relevant to the cloud control. An example parameter is {"name": "location","value": "us-west-1"}.