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 API provides a wrapper for application-specific settings related to Identity-Aware Proxy (IAP)."],["This class supports multiple versions, from 1.0.0 to the latest 2.7.0, with version 2.1.0 being specifically detailed in the provided information."],["`ApplicationSettings` has properties for customizing access denied pages (`AccessDeniedPageSettings`), configuring attribute propagation (`AttributePropagationSettings`), setting the cookie domain (`CookieDomain`), and configuring IAP behavior for service meshes (`CsmSettings`)."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["Constructors are available for creating new instances of `ApplicationSettings`, including one that takes another `ApplicationSettings` instance for copying."]]],[]]