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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference details for the `UpdateIapSettingsRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, including its usage for updating IAP settings."],["`UpdateIapSettingsRequest` is a sealed class that implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and it's part of the `Google.Cloud.Iap.V1` namespace."],["The class is designed to send a request to `UpdateIapSettings`, allowing modifications to the IAP configuration, and it requires the `updateSettings` permission for authorization."],["The class includes properties `IapSettings` and `UpdateMask` for defining the new IAP settings and specifying which settings to update, with the `IapSettings` property being required."],["The API documentation displays multiple versions, with version 2.7.0 being the latest and it goes all the way down to version 1.0.0."]]],[]]