Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

SalesforceTargetDetails.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

akeyless.Model.SalesforceTargetDetails

SalesforceTargetDetails

Properties

Name Type Description Notes
AppPrivateKey List<int> params needed for jwt auth AppPrivateKey is the rsa private key in PEM format [optional]
AuthFlow string [optional]
CaCertData List<int> CACertData is the rsa 4096 certificate data in PEM format [optional]
CaCertName string CACertName is the name of the certificate in SalesForce tenant [optional]
ClientId string [optional]
ClientSecret string params needed for password auth [optional]
Password string [optional]
SecurityToken string [optional]
TenantUrl string [optional]
UserName string [optional]

[Back to Model list] [Back to API list] [Back to README]