Class: Google::Cloud::Iap::V1::UpdateIapSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::UpdateIapSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to UpdateIapSettings.
Instance Attribute Summary collapse
-
#iap_settings ⇒ ::Google::Cloud::Iap::V1::IapSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The field mask specifying which IAP settings should be updated.
Instance Attribute Details
#iap_settings ⇒ ::Google::Cloud::Iap::V1::IapSettings
Returns Required. The new values for the IAP settings to be updated.
Authorization: Requires the updateSettings
permission for the associated
resource.
162 163 164 165 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 162 class UpdateIapSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The field mask specifying which IAP settings should be updated. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Note: All IAP reauth settings must always be set together, using the
field mask: iapSettings.accessSettings.reauthSettings
.
162 163 164 165 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 162 class UpdateIapSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |