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 `ApplicationSettings` class in the Google.Cloud.Iap.V1 namespace provides a wrapper for application-specific settings for Identity-Aware Proxy (IAP)."],["This class is available in various versions, with the latest being 2.7.0 and this current content discussing version 2.4.0."],["`ApplicationSettings` includes properties to manage access denied page settings, attribute propagation, cookie domain, and service mesh configuration, such as `AccessDeniedPageSettings`, `AttributePropagationSettings`, `CookieDomain`, and `CsmSettings`, respectively."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["There are two constructors available, allowing for the creation of an empty `ApplicationSettings` instance or a copy of an existing `ApplicationSettings` object."]]],[]]