AccessOrganizationCustomPageArgs

data class AccessOrganizationCustomPageArgs(val forbidden: Output<String>? = null, val identityDenied: Output<String>? = null) : ConvertibleToJava<AccessOrganizationCustomPageArgs>

Constructors

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

Properties

Link copied to clipboard
val forbidden: Output<String>? = null

The id of the forbidden page.

Link copied to clipboard
val identityDenied: Output<String>? = null

The id of the identity denied page.

Functions

Link copied to clipboard
open override fun toJava(): AccessOrganizationCustomPageArgs