LocalUserKeys interface
The Storage Account Local User keys.
Properties
shared |
Auto generated by the server for SMB authentication. NOTE: This property will not be serialized. It can only be populated by the server. |
ssh |
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[]