Gets specific credential
get
                    /data-tools/credentials/{owner},{credential_name}
Gets specific credential
                
                Request
Path Parameters
                - 
                    credential_name(required):  string
                    
                    Name of credential to get
 - 
                    owner(required):  string
                    
                    Owner for the Credential.
 
There's no request body for this operation.
Back to TopResponse
200 Response
Multiple Credentials
                            
                            
                                Nested Schema : credential
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    comments: string
                    
                    
                     
                    
                
                
                Example:
Created via DBMS_CLOUD.create_credential - 
                
                    
                    credential_name: string
                    
                    
                     
                    
                
                
                Name of the credential.Example:
MYCRED - 
                
                    
                    enabled: string
                    
                    
                     
                    
                
                
                Example:
TRUE - 
                
                    
                    owner: string
                    
                    
                     
                    
                
                
                Owner of the credential.Example:
SCOTT - 
                
                    
                    password: string
                    
                    
                     
                    
                
                
                Example:
trustno1 - 
                
                    
                    username: string
                    
                    
                     
                    
                
                
                Example:
CLOUDUSER - 
                
                    
                    windows_domain: string
                    
                    
                     
                    
                
                
                Example:
MYCOMPANY 
404 Response
Credential not found