GetAccessApplicationResult

data class GetAccessApplicationResult(val accountId: String? = null, val aud: String, val domain: String, val id: String, val name: String, val zoneId: String? = null)

A collection of values returned by getAccessApplication.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, aud: String, domain: String, id: String, name: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

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

Link copied to clipboard
val aud: String

Application Audience (AUD) Tag of the application.

Link copied to clipboard

The primary hostname and path that Access will secure. Must provide only one of name, domain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Friendly name of the Access Application. Must provide only one of name, domain.

Link copied to clipboard
val zoneId: String? = null

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