Class KeySetUserResponse


  • public final class KeySetUserResponse
    extends java.lang.Object
    • Method Detail

      • azureUserName

        public java.lang.String azureUserName()
        Returns:
        The user name that will be used for access.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        The free-form description for this user.
      • sshPublicKey

        public SshPublicKeyResponse sshPublicKey()
        Returns:
        The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.