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
Inherited Members
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class AccessDeniedPageSettings : IDirectResponseSchema
Properties
AccessDeniedPageUri
The URI to be redirected to when access is denied.
Declaration
[JsonProperty("accessDeniedPageUri")]
public virtual string AccessDeniedPageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenerateTroubleshootingUri
Whether to generate a troubleshooting URL on access denied events to this application.
Declaration
[JsonProperty("generateTroubleshootingUri")]
public virtual bool? GenerateTroubleshootingUri { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RemediationTokenGenerationEnabled
Whether to generate remediation token on access denied events to this application.
Declaration
[JsonProperty("remediationTokenGenerationEnabled")]
public virtual bool? RemediationTokenGenerationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |