GetAccessApplicationPlainArgs

data class GetAccessApplicationPlainArgs(val accountId: String? = null, val domain: String? = null, val name: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetAccessApplicationPlainArgs>

A collection of arguments for invoking getAccessApplication.

Constructors

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

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 domain: String? = null

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

Link copied to clipboard
val name: String? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GetAccessApplicationPlainArgs