AccessOrganizationLoginDesignArgs

data class AccessOrganizationLoginDesignArgs(val backgroundColor: Output<String>? = null, val footerText: Output<String>? = null, val headerText: Output<String>? = null, val logoPath: Output<String>? = null, val textColor: Output<String>? = null) : ConvertibleToJava<AccessOrganizationLoginDesignArgs>

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, footerText: Output<String>? = null, headerText: Output<String>? = null, logoPath: Output<String>? = null, textColor: Output<String>? = null)

Properties

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

The background color on the login page.

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

The text at the bottom of the login page.

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

The text at the top of the login page.

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

The URL of the logo on the login page.

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

The text color on the login page.

Functions

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