GetSshKeysFilter

data class GetSshKeysFilter(val all: Boolean? = null, val key: String, val matchBy: String? = null, val values: List<String>)

Constructors

Link copied to clipboard
constructor(all: Boolean? = null, key: String, matchBy: String? = null, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Boolean? = null
Link copied to clipboard
val key: String

Filter the SSH Keys by this key. This may be one of name, public_key, or fingerprint.

Link copied to clipboard
val matchBy: String? = null
Link copied to clipboard

A list of values to match against the key field. Only retrieves SSH keys where the key field matches one or more of the values provided here.