SettingsApplicationSettingsAccessDeniedPageSettings

data class SettingsApplicationSettingsAccessDeniedPageSettings(val accessDeniedPageUri: String? = null, val generateTroubleshootingUri: Boolean? = null, val remediationTokenGenerationEnabled: Boolean? = null)

Constructors

constructor(accessDeniedPageUri: String? = null, generateTroubleshootingUri: Boolean? = null, remediationTokenGenerationEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI to be redirected to when access is denied.

Link copied to clipboard

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

Link copied to clipboard

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