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.
Implements
IMessage<AccessDeniedPageSettings>, IEquatable<AccessDeniedPageSettings>, IDeepCloneable<AccessDeniedPageSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
AccessDeniedPageSettings()
public AccessDeniedPageSettings()
AccessDeniedPageSettings(AccessDeniedPageSettings)
public AccessDeniedPageSettings(AccessDeniedPageSettings other)
Parameter | |
---|---|
Name | Description |
other | AccessDeniedPageSettings |
Properties
AccessDeniedPageUri
public string AccessDeniedPageUri { get; set; }
The URI to be redirected to when access is denied.
Property Value | |
---|---|
Type | Description |
String |
GenerateTroubleshootingUri
public bool? GenerateTroubleshootingUri { get; set; }
Whether to generate a troubleshooting URL on access denied events to this application.
Property Value | |
---|---|
Type | Description |
Nullable<Boolean> |
RemediationTokenGenerationEnabled
public bool? RemediationTokenGenerationEnabled { get; set; }
Whether to generate remediation token on access denied events to this application.
Property Value | |
---|---|
Type | Description |
Nullable<Boolean> |