UpdateCloudControlRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for [UpdateCloudControl][].
Attributes |
|
|---|---|
| Name | Description |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Optional. Use a field mask to specify the fields to be overwritten in the cloud control during the update. The fields that you specify in the update_mask are relative
to the cloud control, not the full request. A field is
overwritten if it is in the mask. If you don't provide a
mask, all fields in the request are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
|
cloud_control |
google.cloud.cloudsecuritycompliance_v1.types.CloudControl
Required. The cloud control that you're updating. |