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 of the `Google.Cloud.Iap.V1.ApplicationSettings` is 2.7.0, and multiple previous versions, down to 1.0.0, are also available."],["`ApplicationSettings` is a wrapper class for application-specific settings within the Google Cloud IAP service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ApplicationSettings` include `AccessDeniedPageSettings`, `CookieDomain`, and `CsmSettings`, which allow for customization of access denied pages, cookie domains, and settings for CSM mesh, respectively."],["The class provides two constructors, one of which is parameterless, the other taking an `ApplicationSettings` parameter."]]],[]]