GetZeroTrustAccessTagPlainArgs

data class GetZeroTrustAccessTagPlainArgs(val accountId: String, val tagName: String? = null) : ConvertibleToJava<GetZeroTrustAccessTagPlainArgs>

A collection of arguments for invoking getZeroTrustAccessTag.

Constructors

Link copied to clipboard
constructor(accountId: String, tagName: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val tagName: String? = null

The name of the tag

Functions

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