Class UpdateSecuritySettingsRequest (0.8.0)

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

The request message for [SecuritySettingsService.UpdateSecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettingsService.UpdateSecuritySettings].

Attributes: security_settings (google.cloud.dialogflowcx_v3beta1.types.SecuritySettings): Required. [SecuritySettings] object that contains values for each of the fields to update. update_mask (google.protobuf.field_mask_pb2.FieldMask): Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateSecuritySettingsRequest