Class CloudControlDetails (0.1.0)

CloudControlDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CloudControlDetails contains the details of a CloudControl.

Attributes

Name Description
name str
Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
major_revision_id int
Required. Major revision of cloudcontrol
parameters MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.Parameter]
Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.