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.
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> |