Class LocalUserKeysInner

java.lang.Object
com.azure.resourcemanager.storage.fluent.models.LocalUserKeysInner

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

    • LocalUserKeysInner

      public LocalUserKeysInner()
  • Method Details

    • 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.