public sealed class AccessDeniedPageSettings : IMessage<AccessDeniedPageSettings>, IEquatable<AccessDeniedPageSettings>, IDeepCloneable<AccessDeniedPageSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class AccessDeniedPageSettings.
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."],[[["This webpage provides reference documentation for the `AccessDeniedPageSettings` class within the Cloud Identity-Aware Proxy v1 API, specifically for .NET development."],["The `AccessDeniedPageSettings` class allows configuration of a custom URI that will be used as the error page when user access is denied, along with the option for default error page fallback."],["The `AccessDeniedPageSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of this class include `AccessDeniedPageUri` which sets the custom error page, `GenerateTroubleshootingUri` that allows the generation of a troubleshooting URL, and `RemediationTokenGenerationEnabled` that allows for generation of a remediation token."],["This content covers various versions of the API, ranging from 1.0.0 to 2.7.0, and details available constructors, including the default constructor and the copy constructor to instantiate the `AccessDeniedPageSettings` class."]]],[]]