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 latest version available for `Google.Cloud.Iap.V1.ApplicationSettings` is 2.7.0, while this page specifically details version 1.2.0."],["`ApplicationSettings` is a wrapper class for application-specific settings within Google Cloud's Identity-Aware Proxy (IAP)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which help with serialization and management of objects."],["The `ApplicationSettings` class has constructors for creating new instances and accepting other `ApplicationSettings` as a parameter to copy."],["`ApplicationSettings` includes properties such as `AccessDeniedPageSettings`, `CookieDomain`, and `CsmSettings` for configuring IAP behaviors like the access denied page, cookie domain and a CSM mesh."]]],[]]