Class UpdateIapSettingsRequest (1.5.2)

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

The request sent to UpdateIapSettings.

Attributes

NameDescription
iap_settings google.cloud.iap_v1.types.IapSettings
Required. The new values for the IAP settings to be updated. Authorization: Requires the ``updateSettings`` permission for the associated resource.
update_mask google.protobuf.field_mask_pb2.FieldMask
The field mask specifying which IAP settings should be updated. If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Inheritance

builtins.object > proto.message.Message > UpdateIapSettingsRequest