ListLocalUserKeysResult

data class ListLocalUserKeysResult(val sharedKey: String, val sshAuthorizedKeys: List<SshPublicKeyResponse>? = null)

The Storage Account Local User keys.

Constructors

Link copied to clipboard
constructor(sharedKey: String, sshAuthorizedKeys: List<SshPublicKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto generated by the server for SMB authentication.

Link copied to clipboard

Optional, local user ssh authorized keys for SFTP.