destinations
Parameters
value
List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.
Parameters
values
List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.
suspend fun destinations(argument: List<suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit>)
suspend fun destinations(vararg argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)
suspend fun destinations(argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)
Parameters
argument
List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.