getZeroTrustAccessApplication

Use this data source to lookup a single Access Application

Return

A collection of values returned by getZeroTrustAccessApplication.

Parameters

argument

A collection of arguments for invoking getZeroTrustAccessApplication.


suspend fun getZeroTrustAccessApplication(accountId: String? = null, domain: String? = null, name: String? = null, zoneId: String? = null): GetZeroTrustAccessApplicationResult

Return

A collection of values returned by getZeroTrustAccessApplication.

Parameters

accountId

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.

zoneId

The zone identifier to target for the resource. Must provide only one of zone_id, account_id.

See also


Return

A collection of values returned by getZeroTrustAccessApplication.

Parameters

argument

Builder for com.pulumi.cloudflare.kotlin.inputs.GetZeroTrustAccessApplicationPlainArgs.

See also