Creates credentials
post
/ords/_/db-api/stable/data-tools/credentials/
Request
Supported Media Types
- application/json
Credentials to create
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
Response
201 Response
Credentials were succesfully created
204 Response
No content
409 Response
Name conflict with existing Credential