GetZeroTrustAccessCustomPagesResult

data class GetZeroTrustAccessCustomPagesResult(val appCount: Int, val createdAt: String, val name: String, val type: String, val uid: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(appCount: Int, createdAt: String, name: String, type: String, uid: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of apps the custom page is assigned to.

Link copied to clipboard
Link copied to clipboard

Custom page name.

Link copied to clipboard

Custom page type. Available values: "identity_denied", "forbidden".

Link copied to clipboard
val uid: String

UUID

Link copied to clipboard