ZeroTrustOrganizationCustomPagesArgs

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

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 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: Output<String>? = null

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

Functions

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