LocalUserKeys interface

The Storage Account Local User keys.

Properties

sharedKey

Auto generated by the server for SMB authentication. NOTE: This property will not be serialized. It can only be populated by the server.

sshAuthorizedKeys

Optional, local user ssh authorized keys for SFTP.

Property Details

sharedKey

Auto generated by the server for SMB authentication. NOTE: This property will not be serialized. It can only be populated by the server.

sharedKey?: string

Property Value

string

sshAuthorizedKeys

Optional, local user ssh authorized keys for SFTP.

sshAuthorizedKeys?: SshPublicKey[]

Property Value