public sealed class ApplicationSettings : IMessage<ApplicationSettings>, IEquatable<ApplicationSettings>, IDeepCloneable<ApplicationSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ApplicationSettings.
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 document provides reference information for the `ApplicationSettings` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `ApplicationSettings` class, which is part of the `Google.Cloud.Iap.V1` namespace, serves as a wrapper for application-specific settings within IAP, and it has multiple versions available, from 1.0.0 to 2.7.0, although version 2.2.0 is referenced in the content."],["`ApplicationSettings` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for managing the class such as getting HashCode, retrieving the Type, or being clonable, among others."],["The class includes properties like `AccessDeniedPageSettings`, `AttributePropagationSettings`, `CookieDomain`, and `CsmSettings`, which allow for customization of access denied pages, attribute propagation, cookie domains, and service mesh behavior, respectively."],["There are two constructors for `ApplicationSettings`, one of which takes another instance of `ApplicationSettings` as an argument."]]],[]]