public sealed class AccessDeniedPageSettings : IMessage<AccessDeniedPageSettings>, IEquatable<AccessDeniedPageSettings>, IDeepCloneable<AccessDeniedPageSettings>, IBufferMessage, IMessage
Custom content configuration for access denied page.
IAP allows customers to define a custom URI to use as the error page when
access is denied to users. If IAP prevents access to this page, the default
IAP error page will be displayed instead.
[[["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 `AccessDeniedPageSettings` class allows customization of the error page displayed when users are denied access by Identity-Aware Proxy (IAP)."],["IAP offers the ability to define a custom URI for the access denied page, which can be set using the `AccessDeniedPageUri` property."],["If the custom URI is inaccessible, the default IAP error page will be displayed."],["The `GenerateTroubleshootingUri` property, which can be set to true, enables the generation of a troubleshooting URL for access denied events."],["The latest version available is 2.7.0, and there are several previous versions, including 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]