LocalUserKeys interface
The Storage Account Local User keys.
Properties
| shared |
Auto generated by the server for SMB authentication. |
| ssh |
Optional, local user ssh authorized keys for SFTP. |
Property Details
sharedKey
Auto generated by the server for SMB authentication.
sharedKey?: string
Property Value
string
sshAuthorizedKeys
Optional, local user ssh authorized keys for SFTP.
sshAuthorizedKeys?: SshPublicKey[]