ZeroTrustAccessOrganizationCustomPageArgs

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

Constructors

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(): ZeroTrustAccessOrganizationCustomPageArgs