config_cred_provider
Configures the credeantials for the PAM integration.
Format
emcli config_cred_provider 
    -provider_name="<PAM provider>"
    -provider_type="<ScriptProvider>"
    -access_cred_type="HostCreds"
    -params="<parameters>"
    -refparams="parameter location"Options
- provider_name
- provider_type
- access_cred_type
- params
- refparams
The following example configures the credentials for a PAM integration with Cyber Ark.
emcli config_cred_provider 
    -provider_name="CyberArk"
    -provider_type="ScriptProvider"
    -access_cred_type="HostCreds"
    -params="Command:sh %ScriptFile% -k %CredKey%;StdInVars:cert;ScriptFileExt:sh;Script:file1"
    -input_file="file1:/home/oracle/scripts/cyberark/scripts/getpass_cyberark.sh"
    -refparams="cert:oracle.sysman.core.security.auth.cred_provider_prop2"