Gets specific credential
get
/ords/_/db-api/stable/data-tools/credentials/{owner},{credential_name}
Request
Path Parameters
-
credential_name: string
Name of credential to get
-
owner: string
Owner for the Credential.
Response
200 Response
Multiple Credentials
Nested Schema : credential
Type:
Show Source
object
-
comments(optional):
string
Example:
Created via DBMS_CLOUD.create_credential
-
credential_name(optional):
string
Name of the credential.Example:
MYCRED
-
enabled(optional):
string
Example:
TRUE
-
owner(optional):
string
Owner of the credential.Example:
SCOTT
-
password(optional):
string
Example:
trustno1
-
username(optional):
string
Example:
CLOUDUSER
-
windows_domain(optional):
string
Example:
MYCOMPANY
404 Response
Credential not found