CreateCloudControlRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for [CreateCloudControl][].
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The
only supported location is global.
|
cloud_control_id |
str
Required. The identifier for the cloud control, which is the last segment of the cloud control name. The format is ^a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$.
|
cloud_control |
google.cloud.cloudsecuritycompliance_v1.types.CloudControl
Required. The cloud control that's being created. |