Google Cloud Iap V1 Client - Class UpdateIapSettingsRequest (1.4.5)

Reference documentation and code samples for the Google Cloud Iap V1 Client class UpdateIapSettingsRequest.

The request sent to UpdateIapSettings.

Generated from protobuf message google.cloud.iap.v1.UpdateIapSettingsRequest

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ iap_settings 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 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.

getIapSettings

Required. The new values for the IAP settings to be updated.

Authorization: Requires the updateSettings permission for the associated resource.

Returns
Type Description
Google\Cloud\Iap\V1\IapSettings|null

hasIapSettings

clearIapSettings

setIapSettings

Required. The new values for the IAP settings to be updated.

Authorization: Requires the updateSettings permission for the associated resource.

Parameter
Name Description
var Google\Cloud\Iap\V1\IapSettings
Returns
Type Description
$this

getUpdateMask

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
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this