Authenticate against a remote host
credentials_post_authenticate(url, remote_host_type, username, password)
url | string required. The URL to your host. |
---|---|
remote_host_type | string required. The type of remote host. One of: RemoteHostTypes::Bitbucket, RemoteHostTypes::GitSSH, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Postgres, RemoteHostTypes::Redshift, RemoteHostTypes::S3Storage, and RemoteHostTypes::Salesforce |
username | string required. The username for the credential. |
password | string required. The password for the credential. |
A list containing the following elements:
integer, The ID of the credential.
string, The name identifying the credential
string, The credential's type.
string, The username for the credential.
string, A long description of the credential.
string, The name of the user who this credential belongs to.
integer, The ID of the remote host associated with this credential.
string, The name of the remote host associated with this credential.
string, The U.S. state for the credential. Only for VAN credentials.
string, The creation time for this credential.
string, The last modification time for this credential.