Package version:

Interface LocalUserKeys

The Storage Account Local User keys.

interface LocalUserKeys {
    sharedKey?: string;
    sshAuthorizedKeys?: SshPublicKey[];
}

Properties

sharedKey?: string

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

sshAuthorizedKeys?: SshPublicKey[]

Optional, local user ssh authorized keys for SFTP.