GetZeroTrustAccessApplicationsInvokeResult

data class GetZeroTrustAccessApplicationsInvokeResult(val accountId: String? = null, val aud: String? = null, val domain: String? = null, val id: String, val maxItems: Int? = null, val name: String? = null, val results: List<GetZeroTrustAccessApplicationsResult>, val search: String? = null, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessApplications.

Constructors

constructor(accountId: String? = null, aud: String? = null, domain: String? = null, id: String, maxItems: Int? = null, name: String? = null, results: List<GetZeroTrustAccessApplicationsResult>, search: String? = null, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

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 id: String

The provider-assigned unique ID for this managed resource.

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

The items returned by the data source

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.