List credentials
credentials_list( type = NULL, remote_host_id = NULL, default = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
type | string optional. The type (or types) of credentials to return. One or more of: Amazon Web Services S3, Bitbucket, CASS/NCOA PAF, Certificate, Civis Platform, Custom, Database, Google, Github, Salesforce User, Salesforce Client, and TableauUser. Specify multiple values as a comma-separated list (e.g., "A,B"). |
---|---|
remote_host_id | integer optional. The ID of the remote host associated with the credentials to return. |
default | boolean optional. If true, will return a list with a single credential which is the current user's default credential. |
limit | integer optional. Number of results to return. Defaults to its maximum of 1000. |
page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. |
order | string optional. The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, created_at, name. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc. |
An array containing the following fields:
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.