Class CredentialResponse

All Implemented Interfaces:
AtlanResponseInterface, Serializable

public class CredentialResponse extends ApiResource
See Also:
  • Constructor Details

    • CredentialResponse

      public CredentialResponse()
  • Method Details

    • toCredential

      public Credential.CredentialBuilder<?,?> toCredential()
      Convert this response into a credential builder. Note: the username, password, and extras fields must still all be populated, as they will never be returned by a credential lookup (for security reasons).
      Returns:
      builder for this credential
    • getId

      public String getId()
    • getVersion

      public String getVersion()
    • getIsActive

      public Boolean getIsActive()
    • getCreatedAt

      public Long getCreatedAt()
    • getUpdatedAt

      public Long getUpdatedAt()
    • getCreatedBy

      public String getCreatedBy()
    • getTenantId

      public String getTenantId()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getConnectorConfigName

      public String getConnectorConfigName()
    • getConnector

      public String getConnector()
    • getConnectorType

      public String getConnectorType()
    • getAuthType

      public String getAuthType()
    • getHost

      public String getHost()
    • getPort

      public Integer getPort()
    • getMetadata

      public Object getMetadata()
    • getLevel

      public Object getLevel()
    • getConnection

      public Object getConnection()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class ApiResource