Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::UpdateIapSettingsRequest.
The request sent to UpdateIapSettings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#iap_settings
def iap_settings() -> ::Google::Cloud::Iap::V1::IapSettings
Returns
-
(::Google::Cloud::Iap::V1::IapSettings) — Required. The new values for the IAP settings to be updated.
Authorization: Requires the
updateSettings
permission for the associated resource.
#iap_settings=
def iap_settings=(value) -> ::Google::Cloud::Iap::V1::IapSettings
Parameter
-
value (::Google::Cloud::Iap::V1::IapSettings) — Required. The new values for the IAP settings to be updated.
Authorization: Requires the
updateSettings
permission for the associated resource.
Returns
-
(::Google::Cloud::Iap::V1::IapSettings) — Required. The new values for the IAP settings to be updated.
Authorization: Requires the
updateSettings
permission for the associated resource.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::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
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::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
Returns
- (::Google::Protobuf::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