UiCustomMessage

class UiCustomMessage : KotlinCustomResource

Properties

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

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

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

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

A block containing a hyperlink associated with the custom message

Link copied to clipboard
val messageBase64: Output<String>

The base64-encoded content of the custom message

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

Target namespace. (requires Enterprise)

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

A map containing additional options for the custom message

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: Output<String>

The starting time of the active period of the custom message

Link copied to clipboard
val title: Output<String>

The title of the custom message

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

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

Link copied to clipboard
val urn: Output<String>