Cloud Identity-Aware Proxy v1 API - Class AccessDeniedPageSettings (2.5.0)

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.

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
bool

RemediationTokenGenerationEnabled

public bool? RemediationTokenGenerationEnabled { get; set; }

Whether to generate remediation token on access denied events to this application.

Property Value
TypeDescription
bool