GetZeroTrustAccessApplicationFilter

data class GetZeroTrustAccessApplicationFilter(val aud: String? = null, val domain: String? = null, val name: String? = null, val search: String? = null) : ConvertibleToJava<GetZeroTrustAccessApplicationFilter>

Constructors

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

Properties

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

The name of the app.

Link copied to clipboard
val search: String? = null

Search for apps by other listed query parameters.

Functions

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