Class LocalUserKeysInner


  • public final class LocalUserKeysInner
    extends Object
    The Storage Account Local User keys.
    • Constructor Detail

      • LocalUserKeysInner

        public LocalUserKeysInner()
    • Method Detail

      • sshAuthorizedKeys

        public List<SshPublicKey> sshAuthorizedKeys()
        Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
        Returns:
        the sshAuthorizedKeys value.
      • withSshAuthorizedKeys

        public LocalUserKeysInner withSshAuthorizedKeys​(List<SshPublicKey> sshAuthorizedKeys)
        Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
        Parameters:
        sshAuthorizedKeys - the sshAuthorizedKeys value to set.
        Returns:
        the LocalUserKeysInner object itself.
      • sharedKey

        public String sharedKey()
        Get the sharedKey property: Auto generated by the server for SMB authentication.
        Returns:
        the sharedKey value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.