ListWebAppHostKeysResult

data class ListWebAppHostKeysResult(val functionKeys: Map<String, String>? = null, val masterKey: String? = null, val systemKeys: Map<String, String>? = null)

Functions host level keys.

Constructors

Link copied to clipboard
constructor(functionKeys: Map<String, String>? = null, masterKey: String? = null, systemKeys: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functionKeys: Map<String, String>? = null

Host level function keys.

Link copied to clipboard
val masterKey: String? = null

Secret key.

Link copied to clipboard
val systemKeys: Map<String, String>? = null

System keys.