UiCustomMessageArgs

data class UiCustomMessageArgs(val authenticated: Output<Boolean>? = null, val endTime: Output<String>? = null, val link: Output<UiCustomMessageLinkArgs>? = null, val messageBase64: Output<String>? = null, val namespace: Output<String>? = null, val options: Output<Map<String, String>>? = null, val startTime: Output<String>? = null, val title: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<UiCustomMessageArgs>

Constructors

Link copied to clipboard
constructor(authenticated: Output<Boolean>? = null, endTime: Output<String>? = null, link: Output<UiCustomMessageLinkArgs>? = null, messageBase64: Output<String>? = null, namespace: Output<String>? = null, options: Output<Map<String, String>>? = null, startTime: Output<String>? = null, title: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val authenticated: Output<Boolean>? = null

A flag indicating whether the custom message is displayed pre-login (false) or post-login (true)

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

The ending time of the active period of the custom message. Can be omitted for non-expiring message

Link copied to clipboard
val link: Output<UiCustomMessageLinkArgs>? = null

A block containing a hyperlink associated with the custom message

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

The base64-encoded content of the custom message

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

Target namespace. (requires Enterprise)

Link copied to clipboard
val options: Output<Map<String, String>>? = null

A map containing additional options for the custom message

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

The starting time of the active period of the custom message

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

The title of the custom message

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

The display type of custom message. Allowed values are banner and modal

Functions

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