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 documentation provides details for the `AccessDeniedPageSettings` class within the Google Cloud Identity-Aware Proxy v1 API, specifically for .NET development."],["The `AccessDeniedPageSettings` class allows configuration of a custom URI that users will be redirected to when access is denied, instead of the default IAP error page."],["There are multiple versions of the class documented, with the latest being version 2.7.0, and versions as far back as 1.0.0 are available to view."],["Key properties include `AccessDeniedPageUri` for setting the custom URI, `GenerateTroubleshootingUri` to enable troubleshooting URL generation, and `RemediationTokenGenerationEnabled` for generating remediation tokens."],["The `AccessDeniedPageSettings` class inherits from the .NET `Object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]