GetZeroTrustAccessApplicationPlainArgs

data class GetZeroTrustAccessApplicationPlainArgs(val accountId: String? = null, val appId: String? = null, val filter: GetZeroTrustAccessApplicationFilter? = null, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessApplicationPlainArgs>

A collection of arguments for invoking getZeroTrustAccessApplication.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, appId: String? = null, filter: GetZeroTrustAccessApplicationFilter? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard
val appId: String? = null

Identifier.

Link copied to clipboard
Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Functions

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