Class AccessDeniedPageSettings (1.0.0)

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.

Inheritance

Object > AccessDeniedPageSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

AccessDeniedPageSettings()

public AccessDeniedPageSettings()

AccessDeniedPageSettings(AccessDeniedPageSettings)

public AccessDeniedPageSettings(AccessDeniedPageSettings other)
Parameter
NameDescription
otherAccessDeniedPageSettings

Properties

AccessDeniedPageUri

public string AccessDeniedPageUri { get; set; }

The URI to be redirected to when access is denied.

Property Value
TypeDescription
String

GenerateTroubleshootingUri

public bool? GenerateTroubleshootingUri { get; set; }

Whether to generate a troubleshooting URL on access denied events to this application.

Property Value
TypeDescription
System.Nullable<Boolean>