public sealed class ApplicationSettings : IMessage<ApplicationSettings>, IEquatable<ApplicationSettings>, IDeepCloneable<ApplicationSettings>, IBufferMessage, IMessage
Wrapper over application specific settings for IAP.
[[["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."],[[["The content pertains to the `ApplicationSettings` class within the `Google.Cloud.Iap.V1` namespace, which is used for managing application-specific settings for Identity-Aware Proxy (IAP)."],["This class, `ApplicationSettings`, is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApplicationSettings` class provides constructors for creating new instances and for copying existing instances, along with properties like `AccessDeniedPageSettings`, `CookieDomain`, and `CsmSettings` to further customize IAP behavior."],["The provided documentation covers various versions of the `Google.Cloud.Iap.V1` library, ranging from version 1.0.0 to 2.7.0, with 2.7.0 being the latest release."],["The `ApplicationSettings` class inherits base members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."]]],[]]