CloudControlDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)The details of a cloud control.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the cloud control, in the format organizations/{organization}/locations/{location}/cloudControls/{cloud-control}.
The only supported location is global.
|
major_revision_id |
int
Required. The major version of the cloud control. |
parameters |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.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"}.
|