AccessOrganizationCustomPages

data class AccessOrganizationCustomPages(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 uid of the custom page to use when a user is denied access after failing a non-identity rule.

Link copied to clipboard
val identityDenied: String? = null

The uid of the custom page to use when a user is denied access.