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 AccessApplicationDestinationArgsBuilder.() -> Unit>)
suspend fun destinations(vararg argument: suspend AccessApplicationDestinationArgsBuilder.() -> 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.