PortalTypeEntryArgs

data class PortalTypeEntryArgs(val portalTools: Output<List<String>>) : ConvertibleToJava<PortalTypeEntryArgs>

Container associated a certain PortalType.

Constructors

Link copied to clipboard
constructor(portalTools: Output<List<String>>)

Properties

Link copied to clipboard
val portalTools: Output<List<String>>

The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD .

Functions

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