AccessOrganizationCustomPage

data class AccessOrganizationCustomPage(val forbidden: String? = null, val identityDenied: String? = null)

Constructors

Link copied to clipboard
constructor(forbidden: String? = null, identityDenied: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forbidden: String? = null

The id of the forbidden page.

Link copied to clipboard
val identityDenied: String? = null

The id of the identity denied page.