public sealed class GetIapSettingsRequest : IMessage<GetIapSettingsRequest>, IEquatable<GetIapSettingsRequest>, IDeepCloneable<GetIapSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetIapSettingsRequest.
[[["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 information for the `GetIapSettingsRequest` class within the Cloud Identity-Aware Proxy v1 API, specifically in the .NET context."],["The `GetIapSettingsRequest` class is used to construct requests for retrieving IAP settings, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class reference is 2.7.0, but the page focuses on version 2.5.0 and links to versions ranging from 1.0.0 to 2.7.0."],["The class has a single property, `Name`, which is required to identify the resource for which settings should be retrieved and requires `getSettings` permission."],["The `GetIapSettingsRequest` class also has two constructors: one default and one that accepts another `GetIapSettingsRequest` object for cloning."]]],[]]