GetZeroTrustAccessCustomPageResult

data class GetZeroTrustAccessCustomPageResult(val accountId: String, val appCount: Int, val createdAt: String, val customHtml: String, val customPageId: String? = null, val id: String, val name: String, val type: String, val uid: String, val updatedAt: String)

A collection of values returned by getZeroTrustAccessCustomPage.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier.

Link copied to clipboard

Number of apps the custom page is assigned to.

Link copied to clipboard
Link copied to clipboard

Custom page HTML.

Link copied to clipboard
val customPageId: String? = null

UUID.

Link copied to clipboard
val id: String

UUID.

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