Identity-Aware Proxy V1 API - Class Google::Cloud::Iap::V1::UpdateIapSettingsRequest (v0.12.0)

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, 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.

#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, 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.

Returns
  • (::Google::Protobuf::FieldMask) — 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.