GetSshPublicKeyPlainArgs

data class GetSshPublicKeyPlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSshPublicKeyPlainArgs>

A collection of arguments for invoking getSshPublicKey.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of this SSH Public Key.

Link copied to clipboard

The name of the Resource Group where the SSH Public Key exists.

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

A mapping of tags which should be assigned to the SSH Public Key.

Functions

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