KeyGroupConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val comment: Output<String>? = null

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

Link copied to clipboard
val items: Output<List<String>>

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

Link copied to clipboard
val name: Output<String>

A name to identify the key group.

Functions

Link copied to clipboard
open override fun toJava(): KeyGroupConfigArgs