KeyGroupConfig

data class KeyGroupConfig(val comment: String? = null, val items: List<String>, val name: String)

Constructors

Link copied to clipboard
constructor(comment: String? = null, items: List<String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

A comment to describe the key group. The comment cannot be longer than 128 characters.

Link copied to clipboard

A list of the identifiers of the public keys in the key group.

Link copied to clipboard

A name to identify the key group.