ZeroTrustAccessApplicationLandingPageDesignArgs

data class ZeroTrustAccessApplicationLandingPageDesignArgs(val buttonColor: Output<String>? = null, val buttonTextColor: Output<String>? = null, val imageUrl: Output<String>? = null, val message: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<ZeroTrustAccessApplicationLandingPageDesignArgs>

Constructors

constructor(buttonColor: Output<String>? = null, buttonTextColor: Output<String>? = null, imageUrl: Output<String>? = null, message: Output<String>? = null, title: Output<String>? = null)

Properties

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

The background color of the log in button on the landing page.

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

The color of the text in the log in button on the landing page.

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

The URL of the image shown on the landing page.

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

The message shown on the landing page.

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

The title shown on the landing page.

Functions

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