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 library is 2.7.0, with several previous versions also available, including the current version of 2.0.0."],["ApplicationSettings is a class that wraps application-specific settings for IAP, implementing interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class includes constructors for creating instances of ApplicationSettings, either default or by copying another instance, with the parameter other defining the copied ApplicationSettings."],["Key properties of ApplicationSettings include AccessDeniedPageSettings for customizing the access denied page, CookieDomain for setting cookie domains, and CsmSettings for configuring IAP's behavior within a CSM mesh."],["It inherits members such as GetHashCode, GetType, MemberwiseClone and ToString from the Object class."]]],[]]