SalesforceTargetDetails
| Name | Type | Description | Notes |
|---|---|---|---|
| app_private_key | list[int] | params needed for jwt auth AppPrivateKey is the rsa private key in PEM format | [optional] |
| auth_flow | str | [optional] | |
| ca_cert_data | list[int] | CACertData is the rsa 4096 certificate data in PEM format | [optional] |
| ca_cert_name | str | CACertName is the name of the certificate in SalesForce tenant | [optional] |
| client_id | str | [optional] | |
| client_secret | str | params needed for password auth | [optional] |
| password | str | [optional] | |
| security_token | str | [optional] | |
| tenant_url | str | [optional] | |
| user_name | str | [optional] |