Class AuthenticationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AuthenticationRequest
    extends Object
    Additional SSH key authentication configuration for accessing cluster node.
    • Constructor Detail

      • AuthenticationRequest

        public AuthenticationRequest()
    • Method Detail

      • getPublicKey

        public String getPublicKey()
        Getter for publicKey. Public SSH key string. Mutually exclusive with publicKeyId.
      • setPublicKey

        public void setPublicKey​(String publicKey)
        Setter for publicKey. Public SSH key string. Mutually exclusive with publicKeyId.
      • getPublicKeyId

        public String getPublicKeyId()
        Getter for publicKeyId. Public SSH key ID already registered in the cloud provider. Mutually exclusive with publicKey.
      • setPublicKeyId

        public void setPublicKeyId​(String publicKeyId)
        Setter for publicKeyId. Public SSH key ID already registered in the cloud provider. Mutually exclusive with publicKey.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object