"SoftLayer_" prefix removed for readability.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_User_Customer_OpenIdConnect_TrustedProfile | The SoftLayer_User_Customer_OpenIdConnect_TrustedProfile object that you wish to create. |
password | string | The new user’s password. |
vpnPassword | string | The new user’s VPN password. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Customer_OpenIdConnect_TrustedProfile, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect_TrustedProfile/createObject'