GetZeroTrustAccessTagResult

data class GetZeroTrustAccessTagResult(val accountId: String, val appCount: Int, val createdAt: String, val id: String, val name: String, val tagName: String? = null, val updatedAt: String)

A collection of values returned by getZeroTrustAccessTag.

Constructors

Link copied to clipboard
constructor(accountId: String, appCount: Int, createdAt: String, id: String, name: String, tagName: String? = null, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

The number of applications that have this tag

Link copied to clipboard
Link copied to clipboard
val id: String

The name of the tag

Link copied to clipboard

The name of the tag

Link copied to clipboard
val tagName: String? = null

The name of the tag

Link copied to clipboard