Salesforce IAM
Integrate with Salesforce's services to perform Identity Lifecycle Management operations.
Identity and Access Management · Salesforce
Configuration parameters
url— Salesforce url (Eg: https://<domain>.salesforce.com/) (required)credentials— User name (required)consumer_key— Consumer Keyconsumer_secret— Consumer Secretcredentials_consumer— Consumer Keyinsecure— Trust any certificate (not secure)proxy— Use system proxy settingscreate_user_enabled— Allow creating usersupdate_user_enabled— Allow updating usersenable_user_enabled— Allow enabling usersdisable_user_enabled— Allow disabling userscreate_if_not_exists— Automatically create user if not found in update and enable commandsmapper_in— Incoming Mapper (required)mapper_out— Outgoing Mapperlocalesidkey— Default Local Sid Key (required)emailencodingkey— Default Email Encoding Key (required)languagelocalekey— Default Language Locale Key (required)
Commands (5)
-
get-mapping-fieldsRetrieves a User Profile schema which holds all of the user fields within the application. Used for outgoing-mapping through the Get Schema option.
-
iam-create-userCreates a user.
-
iam-disable-userDisable an active user.
-
iam-get-userRetrieves a single user resource.
-
iam-update-userUpdates an existing user with the data passed in the user-profile argument.