get Access Application
suspend fun getAccessApplication(argument: GetAccessApplicationPlainArgs): GetAccessApplicationResult
Use this data source to lookup a single Access Application
Return
A collection of values returned by getAccessApplication.
Parameters
argument
A collection of arguments for invoking getAccessApplication.
suspend fun getAccessApplication(accountId: String? = null, domain: String? = null, name: String? = null, zoneId: String? = null): GetAccessApplicationResult
Return
A collection of values returned by getAccessApplication.
Parameters
account Id
The account identifier to target for the resource. Must provide only one of zone_id, account_id.
domain
The primary hostname and path that Access will secure. Must provide only one of name, domain.
name
Friendly name of the Access Application. Must provide only one of name, domain.
zone Id
The zone identifier to target for the resource. Must provide only one of zone_id, account_id.
See also
suspend fun getAccessApplication(argument: suspend GetAccessApplicationPlainArgsBuilder.() -> Unit): GetAccessApplicationResult
Return
A collection of values returned by getAccessApplication.
Parameters
argument
Builder for com.pulumi.cloudflare.kotlin.inputs.GetAccessApplicationPlainArgs.