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
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 |
↳ 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: |
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 |