AccessDeniedPageSettings class
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.
Constructors
- AccessDeniedPageSettings({String? accessDeniedPageUri, bool? generateTroubleshootingUri, bool? remediationTokenGenerationEnabled})
- AccessDeniedPageSettings.fromJson(Map json_)
Properties
- accessDeniedPageUri ↔ String?
-
The URI to be redirected to when access is denied.
getter/setter pair
- generateTroubleshootingUri ↔ bool?
-
Whether to generate a troubleshooting URL on access denied events to this
application.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- remediationTokenGenerationEnabled ↔ bool?
-
Whether to generate remediation token on access denied events to this
application.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited