GetZeroTrustAccessGroupPlainArgs

data class GetZeroTrustAccessGroupPlainArgs(val accountId: String? = null, val filter: GetZeroTrustAccessGroupFilter? = null, val groupId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessGroupPlainArgs>

A collection of arguments for invoking getZeroTrustAccessGroup.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, filter: GetZeroTrustAccessGroupFilter? = null, groupId: 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
Link copied to clipboard
val groupId: String? = null

UUID

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