GetZeroTrustAccessApplicationsPlainArgs

data class GetZeroTrustAccessApplicationsPlainArgs(val accountId: String? = null, val aud: String? = null, val domain: String? = null, val maxItems: Int? = null, val name: String? = null, val search: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessApplicationsPlainArgs>

A collection of arguments for invoking getZeroTrustAccessApplications.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, aud: String? = null, domain: String? = null, maxItems: Int? = null, name: String? = null, search: String? = 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 aud: String? = null

The aud of the app.

Link copied to clipboard
val domain: String? = null

The domain of the app.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

The name of the app.

Link copied to clipboard
val search: String? = null

Search for apps by other listed query parameters.

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(): GetZeroTrustAccessApplicationsPlainArgs