destinations

@JvmName(name = "sqevuncgfpdivuws")
suspend fun destinations(value: Output<List<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "bphmofhfdqjlgevt")
suspend fun destinations(value: List<ZeroTrustAccessApplicationDestinationArgs>?)

Parameters

value

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.


@JvmName(name = "ggvkwkdvmocltsgs")
suspend fun destinations(vararg values: Output<ZeroTrustAccessApplicationDestinationArgs>)


@JvmName(name = "wlcywmtmxbcpafba")
suspend fun destinations(values: List<Output<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "pbbemackapicijpv")
suspend fun destinations(vararg values: ZeroTrustAccessApplicationDestinationArgs)

Parameters

values

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.


@JvmName(name = "ywtknrerkrhqgqpr")
suspend fun destinations(argument: List<suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "doxkiskinnbfqupa")
suspend fun destinations(vararg argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "oqdqeeyryagxempj")
suspend fun destinations(argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)

Parameters

argument

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.