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."],[[["This page details the `AccessDeniedPageSettings` class within the `Google.Cloud.Iap.V1` namespace, which allows for custom configuration of the access denied page for applications."],["The `AccessDeniedPageSettings` class enables users to define a custom URI (`AccessDeniedPageUri`) to redirect to when access is denied, or the default IAP error page will be shown if it fails."],["The `GenerateTroubleshootingUri` property, a nullable boolean, determines whether a troubleshooting URL will be generated upon access denied events."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are multiple versions listed, ranging from 1.0.0 to 2.7.0, with 2.7.0 being the most recent, providing users with a choice of different versions of the class."]]],[]]