Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.36 KB

CreateSalesforceTarget.md

File metadata and controls

28 lines (24 loc) · 2.36 KB

akeyless.Model.CreateSalesforceTarget

createSalesforceTarget is a command that creates a new target. [Deprecated: Use target-create-salesforce command]

Properties

Name Type Description Notes
AppPrivateKeyData string Base64 encoded PEM of the connected app private key (relevant for JWT auth only) [optional]
AuthFlow string type of the auth flow ('jwt' / 'user-password')
CaCertData string Base64 encoded PEM cert to use when uploading a new key to Salesforce [optional]
CaCertName string name of the certificate in Salesforce tenant to use when uploading new key [optional]
ClientId string Client ID of the oauth2 app to use for connecting to Salesforce
ClientSecret string Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow) [optional]
Comment string Deprecated - use description [optional]
Description string Description of the object [optional]
Email string The email of the user attached to the oauth2 app used for connecting to Salesforce
Json bool Set output format to JSON [optional] [default to false]
Key string The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) [optional]
MaxVersions string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Target name
Password string The password of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow) [optional]
SecurityToken string The security token of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow) [optional]
TenantUrl string Url of the Salesforce tenant
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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