Cloud Identity-Aware Proxy v1 API - Class UpdateIapSettingsRequest (2.9.0)

public sealed class UpdateIapSettingsRequest : IMessage<UpdateIapSettingsRequest>, IEquatable<UpdateIapSettingsRequest>, IDeepCloneable<UpdateIapSettingsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class UpdateIapSettingsRequest.

The request sent to UpdateIapSettings.

Inheritance

object > UpdateIapSettingsRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

UpdateIapSettingsRequest()

public UpdateIapSettingsRequest()

UpdateIapSettingsRequest(UpdateIapSettingsRequest)

public UpdateIapSettingsRequest(UpdateIapSettingsRequest other)
Parameter
Name Description
other UpdateIapSettingsRequest

Properties

IapSettings

public IapSettings IapSettings { get; set; }

Required. The new values for the IAP settings to be updated. Authorization: Requires the updateSettings permission for the associated resource.

Property Value
Type Description
IapSettings

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
Type Description
FieldMask

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.