Package version:

Interface LocalUserRegeneratePasswordResult

The secrets of Storage Account Local User.

interface LocalUserRegeneratePasswordResult {
    sshPassword?: string;
}

Properties

Properties

sshPassword?: string

Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user. NOTE: This property will not be serialized. It can only be populated by the server.