softlayer 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/data/.services_cache +42 -36
  3. data/data/Account.wsdl +22 -0
  4. data/data/Account_Link_Bluemix.wsdl +2 -3
  5. data/data/Billing_Order_Cart.wsdl +2 -2
  6. data/data/Billing_Order_Quote.wsdl +2 -2
  7. data/data/Hardware_SecurityModule.wsdl +6 -0
  8. data/data/Hardware_Server.wsdl +6 -0
  9. data/data/Network_Bandwidth_Version1_Allotment.wsdl +4 -81
  10. data/data/Product_Order.wsdl +17 -2
  11. data/data/Product_Package.wsdl +3 -0
  12. data/data/Ticket_Priority.wsdl +66 -0
  13. data/data/Ticket_Survey.wsdl +6 -2
  14. data/data/User_Customer.wsdl +147 -6
  15. data/data/User_Customer_OpenIdConnect.wsdl +224 -51
  16. data/data/Virtual_Disk_Image.wsdl +23 -0
  17. data/data/Virtual_Guest.wsdl +26 -0
  18. data/data/types.xsd +180 -2
  19. data/lib/softlayer/account.rb +6 -0
  20. data/lib/softlayer/account/authentication.rb +1 -0
  21. data/lib/softlayer/account/authentication/open_id_connect.rb +10 -0
  22. data/lib/softlayer/account/authentication/open_id_connect/option.rb +19 -0
  23. data/lib/softlayer/account/authentication/open_id_connect/registration_information.rb +20 -0
  24. data/lib/softlayer/account/link/bluemix.rb +2 -3
  25. data/lib/softlayer/container/network/storage/backup/evault/web_cc/authentication/details.rb +2 -0
  26. data/lib/softlayer/container/product/order/network/storage.rb +1 -0
  27. data/lib/softlayer/container/product/order/network/storage/object.rb +19 -0
  28. data/lib/softlayer/container/product/order/virtual/guest.rb +2 -0
  29. data/lib/softlayer/container/ticket.rb +1 -0
  30. data/lib/softlayer/container/ticket/priority.rb +17 -0
  31. data/lib/softlayer/container/user/customer.rb +1 -0
  32. data/lib/softlayer/container/user/customer/external/binding.rb +6 -0
  33. data/lib/softlayer/container/user/customer/password_set.rb +27 -0
  34. data/lib/softlayer/hardware/security_module.rb +1 -0
  35. data/lib/softlayer/hardware/server.rb +1 -0
  36. data/lib/softlayer/network/bandwidth/version1/allotment.rb +1 -8
  37. data/lib/softlayer/product/package/server.rb +2 -0
  38. data/lib/softlayer/ticket.rb +1 -0
  39. data/lib/softlayer/ticket/priority.rb +16 -0
  40. data/lib/softlayer/user/customer.rb +34 -0
  41. data/lib/softlayer/user/customer/open_id_connect.rb +63 -14
  42. data/lib/softlayer/version.rb +1 -1
  43. data/lib/softlayer/virtual/disk/image.rb +6 -0
  44. data/lib/softlayer/virtual/guest.rb +6 -0
  45. metadata +10 -2
@@ -231,15 +231,20 @@ When placing API orders, it's important to order your server and services on the
231
231
  <tr>
232
232
  <td>Hardware & software firewalls</td>
233
233
  <td>[[SoftLayer_Container_Product_Order_Network_Protection_Firewall (type)|Network_Protection_Firewall]]</td>
234
- <td>ADDITIONAL_SERVICES</td>
234
+ <td>ADDITIONAL_SERVICES_FIREWALL</td>
235
235
  </tr>
236
236
  <tr>
237
237
  <td>Dedicated firewall</td>
238
238
  <td>[[SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated (type)|Network_Protection_Firewall_Dedicated]]</td>
239
- <td>ADDITIONAL_SERVICES</td>
239
+ <td>ADDITIONAL_SERVICES_FIREWALL</td>
240
240
  </tr>
241
241
  <tr>
242
242
  <td>Object storage</td>
243
+ <td>[[SoftLayer_Container_Product_Order_Network_Storage_Object (type)|Network_Storage_Object]]</td>
244
+ <td>ADDITIONAL_SERVICES_OBJECT_STORAGE</td>
245
+ </tr>
246
+ <tr>
247
+ <td>Object storage (hub)</td>
243
248
  <td>[[SoftLayer_Container_Product_Order_Network_Storage_Hub (type)|Network_Storage_Hub]]</td>
244
249
  <td>ADDITIONAL_SERVICES_OBJECT_STORAGE</td>
245
250
  </tr>
@@ -273,6 +278,16 @@ When placing API orders, it's important to order your server and services on the
273
278
  <td>[[SoftLayer_Container_Product_Order_Network_Subnet (type)|Network_Subnet]]</td>
274
279
  <td>ADDITIONAL_SERVICES</td>
275
280
  </tr>
281
+ <tr>
282
+ <td>Global IPv4</td>
283
+ <td>[[SoftLayer_Container_Product_Order_Network_Subnet (type)|Network_Subnet]]</td>
284
+ <td>ADDITIONAL_SERVICES_GLOBAL_IP_ADDRESSES</td>
285
+ </tr>
286
+ <tr>
287
+ <td>Global IPv6</td>
288
+ <td>[[SoftLayer_Container_Product_Order_Network_Subnet (type)|Network_Subnet]]</td>
289
+ <td>ADDITIONAL_SERVICES_GLOBAL_IP_ADDRESSES</td>
290
+ </tr>
276
291
  <tr>
277
292
  <td>Network VLAN</td>
278
293
  <td>[[SoftLayer_Container_Product_Order_Network_Vlan (type)|Network_Vlan]]</td>
@@ -1293,6 +1293,9 @@ This method will return the [[SoftLayer_Product_Package]] objects from which you
1293
1293
  <input>
1294
1294
  <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1295
1295
  <soap:header message="tns:SoftLayer_Product_PackageInitParametersHeader" part="SoftLayer_Product_PackageInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1296
+ <soap:header message="tns:SoftLayer_Product_PackageObjectMaskHeader" part="SoftLayer_Product_PackageObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1297
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1298
+ <soap:header message="tns:SoftLayer_Product_PackageObjectFilterHeader" part="SoftLayer_Product_PackageObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1296
1299
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1297
1300
  </input>
1298
1301
  <output>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://api.service.softlayer.com/soap/v3.1/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="slApi" targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
3
+ <types>
4
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
5
+ <xsd:include namespace="http://api.service.softlayer.com/soap/v3.1/" schemaLocation="https://api.softlayer.com/soap/v3.1/SoftLayer_Ticket_Priority?xsd"/>
6
+ </xsd:schema>
7
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
8
+ <xsd:complexType name="SoftLayer_Ticket_PriorityObjectMask">
9
+ <xsd:sequence>
10
+ <xsd:element minOccurs="1" maxOccurs="1" name="mask" type="tns:SoftLayer_Ticket_Priority"/>
11
+ </xsd:sequence>
12
+ </xsd:complexType>
13
+ </xsd:schema>
14
+ </types>
15
+ <message name="SoftLayer_Ticket_PriorityInitParametersHeader">
16
+ <part name="SoftLayer_Ticket_PriorityInitParameters" type="tns:SoftLayer_Ticket_PriorityInitParameters"/>
17
+ </message>
18
+ <message name="getPriorities"/>
19
+ <message name="getPrioritiesResponse">
20
+ <part name="getPrioritiesReturn" type="tns:SoftLayer_Container_Ticket_PriorityArray"/>
21
+ </message>
22
+ <message name="authenticateHeader">
23
+ <part name="authenticate" type="tns:authenticate"/>
24
+ </message>
25
+ <message name="resultLimitHeader">
26
+ <part name="resultLimit" type="tns:resultLimit"/>
27
+ </message>
28
+ <message name="totalItemsHeader">
29
+ <part name="totalItems" type="tns:totalItems"/>
30
+ </message>
31
+ <message name="SoftLayer_Ticket_PriorityObjectMaskHeader">
32
+ <part name="SoftLayer_Ticket_PriorityObjectMask" type="tns:SoftLayer_Ticket_PriorityObjectMask"/>
33
+ </message>
34
+ <message name="SoftLayer_Ticket_PriorityObjectFilterHeader">
35
+ <part name="SoftLayer_Ticket_PriorityObjectFilter" type="tns:SoftLayer_Ticket_PriorityObjectFilter"/>
36
+ </message>
37
+ <message name="SoftLayer_ObjectMaskHeader">
38
+ <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
39
+ </message>
40
+ <portType name="SoftLayer_Ticket_PriorityPortType">
41
+ <documentation></documentation>
42
+ <operation name="getPriorities">
43
+ <documentation></documentation>
44
+ <input message="tns:getPriorities"/>
45
+ <output message="tns:getPrioritiesResponse"/>
46
+ </operation>
47
+ </portType>
48
+ <binding name="SoftLayer_Ticket_PriorityBinding" type="tns:SoftLayer_Ticket_PriorityPortType">
49
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
50
+ <operation name="getPriorities">
51
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Ticket_PriorityAction"/>
52
+ <input>
53
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
54
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
55
+ </input>
56
+ <output>
57
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
58
+ </output>
59
+ </operation>
60
+ </binding>
61
+ <service name="SoftLayer_Ticket_PriorityService">
62
+ <port name="SoftLayer_Ticket_PriorityPort" binding="tns:SoftLayer_Ticket_PriorityBinding">
63
+ <soap:address location="https://api.softlayer.com/soap/v3.1/SoftLayer_Ticket_Priority"/>
64
+ </port>
65
+ </service>
66
+ </definitions>
@@ -59,12 +59,16 @@
59
59
  <output message="tns:getPreferenceResponse"/>
60
60
  </operation>
61
61
  <operation name="optIn">
62
- <documentation>You will not receive a ticket survey if you are opted out. Use this method to opt back in if you wish to provide feedback to our support team. You may use the [[SoftLayer_Ticket_Survey::getPreference|getPreference]] method to check your current opt status. </documentation>
62
+ <documentation>You will not receive a ticket survey if you are opted out. Use this method to opt back in if you wish to provide feedback to our support team. You may use the [[SoftLayer_Ticket_Survey::getPreference|getPreference]] method to check your current opt status.
63
+
64
+ This method is depricated. Use [[SoftLayer_User_Customer::changePreference]] instead. </documentation>
63
65
  <input message="tns:optIn"/>
64
66
  <output message="tns:optInResponse"/>
65
67
  </operation>
66
68
  <operation name="optOut">
67
- <documentation>By default, customers will occasionally receive a ticket survey upon closing of a ticket. Use this method to opt out of it for the next 90 days. Ticket surveys may not be applicable for some customers. Use the [[SoftLayer_Ticket_Survey::getPreference|getPreference]] method to retrieve your survey preference. The &amp;quot;applicable&amp;quot; property of the [[SoftLayer_Container_Ticket_Survey_Preference|survey preference]] indicates if the survey is relevant to your account or not. </documentation>
69
+ <documentation>By default, customers will occasionally receive a ticket survey upon closing of a ticket. Use this method to opt out of it for the next 90 days. Ticket surveys may not be applicable for some customers. Use the [[SoftLayer_Ticket_Survey::getPreference|getPreference]] method to retrieve your survey preference. The &amp;quot;applicable&amp;quot; property of the [[SoftLayer_Container_Ticket_Survey_Preference|survey preference]] indicates if the survey is relevant to your account or not.
70
+
71
+ This method is depricated. Use [[SoftLayer_User_Customer::changePreference]] instead. </documentation>
68
72
  <input message="tns:optOut"/>
69
73
  <output message="tns:optOutResponse"/>
70
74
  </operation>
@@ -93,6 +93,13 @@
93
93
  <message name="checkExternalAuthenticationStatusResponse">
94
94
  <part name="checkExternalAuthenticationStatusReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
95
95
  </message>
96
+ <message name="checkPhoneFactorAuthenticationForPasswordSet">
97
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
98
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
99
+ </message>
100
+ <message name="checkPhoneFactorAuthenticationForPasswordSetResponse">
101
+ <part name="checkPhoneFactorAuthenticationForPasswordSetReturn" type="xsd:boolean"/>
102
+ </message>
96
103
  <message name="createNotificationSubscriber">
97
104
  <part name="keyName" type="xsd:string"/>
98
105
  <part name="resourceTableId" type="xsd:int"/>
@@ -289,6 +296,12 @@
289
296
  <message name="getPreferencesResponse">
290
297
  <part name="getPreferencesReturn" type="tns:SoftLayer_User_PreferenceArray"/>
291
298
  </message>
299
+ <message name="getRequirementsForPasswordSet">
300
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
301
+ </message>
302
+ <message name="getRequirementsForPasswordSetResponse">
303
+ <part name="getRequirementsForPasswordSetReturn" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
304
+ </message>
292
305
  <message name="getRoles"/>
293
306
  <message name="getRolesResponse">
294
307
  <part name="getRolesReturn" type="tns:SoftLayer_User_Permission_RoleArray"/>
@@ -351,6 +364,12 @@
351
364
  <message name="getUserFromLostPasswordRequestResponse">
352
365
  <part name="getUserFromLostPasswordRequestReturn" type="tns:SoftLayer_User_Security_QuestionArray"/>
353
366
  </message>
367
+ <message name="getUserIdForPasswordSet">
368
+ <part name="key" type="xsd:string"/>
369
+ </message>
370
+ <message name="getUserIdForPasswordSetResponse">
371
+ <part name="getUserIdForPasswordSetReturn" type="xsd:int"/>
372
+ </message>
354
373
  <message name="getUserLinks"/>
355
374
  <message name="getUserLinksResponse">
356
375
  <part name="getUserLinksReturn" type="tns:SoftLayer_User_Customer_LinkArray"/>
@@ -384,6 +403,18 @@
384
403
  <message name="initiateExternalAuthenticationResponse">
385
404
  <part name="initiateExternalAuthenticationReturn" type="xsd:string"/>
386
405
  </message>
406
+ <message name="initiatePortalPasswordChange">
407
+ <part name="username" type="xsd:string"/>
408
+ </message>
409
+ <message name="initiatePortalPasswordChangeResponse">
410
+ <part name="initiatePortalPasswordChangeReturn" type="xsd:boolean"/>
411
+ </message>
412
+ <message name="inviteUserToLinkOpenIdConnect">
413
+ <part name="providerType" type="xsd:string"/>
414
+ </message>
415
+ <message name="inviteUserToLinkOpenIdConnectResponse">
416
+ <part name="inviteUserToLinkOpenIdConnectReturn" type="xsd:boolean"/>
417
+ </message>
387
418
  <message name="isMasterUser"/>
388
419
  <message name="isMasterUserResponse">
389
420
  <part name="isMasterUserReturn" type="xsd:boolean"/>
@@ -413,6 +444,13 @@
413
444
  <message name="performExternalAuthenticationResponse">
414
445
  <part name="performExternalAuthenticationReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
415
446
  </message>
447
+ <message name="processPasswordSetRequest">
448
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
449
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
450
+ </message>
451
+ <message name="processPasswordSetRequestResponse">
452
+ <part name="processPasswordSetRequestReturn" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
453
+ </message>
416
454
  <message name="removeAllHardwareAccessForThisUser"/>
417
455
  <message name="removeAllHardwareAccessForThisUserResponse">
418
456
  <part name="removeAllHardwareAccessForThisUserReturn" type="xsd:boolean"/>
@@ -668,13 +706,22 @@ Users can assign CloudLayer Computing Instance access to their child users, but
668
706
  <input message="tns:checkExternalAuthenticationStatus"/>
669
707
  <output message="tns:checkExternalAuthenticationStatusResponse"/>
670
708
  </operation>
709
+ <operation name="checkPhoneFactorAuthenticationForPasswordSet">
710
+ <documentation>Add a description here
711
+
712
+ </documentation>
713
+ <input message="tns:checkPhoneFactorAuthenticationForPasswordSet"/>
714
+ <output message="tns:checkPhoneFactorAuthenticationForPasswordSetResponse"/>
715
+ </operation>
671
716
  <operation name="createNotificationSubscriber">
672
717
  <documentation>Create a new subscriber for a given resource. </documentation>
673
718
  <input message="tns:createNotificationSubscriber"/>
674
719
  <output message="tns:createNotificationSubscriberResponse"/>
675
720
  </operation>
676
721
  <operation name="createObject">
677
- <documentation>Create a new user in the SoftLayer customer portal. createObject() creates a user's portal record and adds them into the SoftLayer community forums. It is no longer possible to set up the SSL or PPTP enable flag in this call since the manage permissions have not yet been set. You will need to make a subsequent call to edit object in order to enable VPN access. An account's master user and sub-users who have the User Manage permission can add new users. createObject() creates users with a default permission set. After adding a user it may be helpful to set their permissions and hardware access. </documentation>
722
+ <documentation>Create a new user in the SoftLayer customer portal. createObject() creates a user's portal record and adds them into the SoftLayer community forums. It is no longer possible to set up the SSL or PPTP enable flag in this call since the manage permissions have not yet been set. You will need to make a subsequent call to edit object in order to enable VPN access. An account's master user and sub-users who have the User Manage permission can add new users. createObject() creates users with a default permission set. After adding a user it may be helpful to set their permissions and hardware access. Note, both password parameters are not used anymore. When a new user is created, an email will be sent to the new user's email address with a link to a url that will allow the new user to create their own password for the SoftLayer customer portal. This same password will be used for the vpn password. Either or both passwords can be changed with an api call to editUser() or via the portal.
723
+
724
+ </documentation>
678
725
  <input message="tns:createObject"/>
679
726
  <output message="tns:createObjectResponse"/>
680
727
  </operation>
@@ -759,7 +806,7 @@ Users can assign CloudLayer Computing Instance access to their child users, but
759
806
  <output message="tns:getClosedTicketsResponse"/>
760
807
  </operation>
761
808
  <operation name="getDefaultSecurityQuestions">
762
- <documentation>Retrieve default security questions. The default security questions will be used during the password reset process if a user has not set up their own security questions and answers.</documentation>
809
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; </documentation>
763
810
  <input message="tns:getDefaultSecurityQuestions"/>
764
811
  <output message="tns:getDefaultSecurityQuestionsResponse"/>
765
812
  </operation>
@@ -873,6 +920,11 @@ Users can assign CloudLayer Computing Instance access to their child users, but
873
920
  <input message="tns:getPreferences"/>
874
921
  <output message="tns:getPreferencesResponse"/>
875
922
  </operation>
923
+ <operation name="getRequirementsForPasswordSet">
924
+ <documentation>Retrieve the authentication requirements for an outstanding password set/reset request. The password key provided to the user in an email generated by the [[SoftLayer_User_Customer::newUserPassword|newUserPassword]]. Password recovery keys are valid for 24 hours after they're generated. </documentation>
925
+ <input message="tns:getRequirementsForPasswordSet"/>
926
+ <output message="tns:getRequirementsForPasswordSetResponse"/>
927
+ </operation>
876
928
  <operation name="getRoles">
877
929
  <documentation></documentation>
878
930
  <input message="tns:getRoles"/>
@@ -944,10 +996,15 @@ Users can assign CloudLayer Computing Instance access to their child users, but
944
996
  <output message="tns:getUnsuccessfulLoginsResponse"/>
945
997
  </operation>
946
998
  <operation name="getUserFromLostPasswordRequest">
947
- <documentation>Retrieve a user object using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. The SoftLayer customer portal uses getUserFromLostPasswordRequest() to retrieve user security questions. Password recovery keys are valid for 24 hours after they're generated. </documentation>
999
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Retrieve a user object using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. The SoftLayer customer portal uses getUserFromLostPasswordRequest() to retrieve user security questions. Password recovery keys are valid for 24 hours after they're generated. </documentation>
948
1000
  <input message="tns:getUserFromLostPasswordRequest"/>
949
1001
  <output message="tns:getUserFromLostPasswordRequestResponse"/>
950
1002
  </operation>
1003
+ <operation name="getUserIdForPasswordSet">
1004
+ <documentation>Retrieve a user object using a password recovery key received in an email generated when a new customer is created or when a customer requests a password change. </documentation>
1005
+ <input message="tns:getUserIdForPasswordSet"/>
1006
+ <output message="tns:getUserIdForPasswordSetResponse"/>
1007
+ </operation>
951
1008
  <operation name="getUserLinks">
952
1009
  <documentation></documentation>
953
1010
  <input message="tns:getUserLinks"/>
@@ -985,6 +1042,16 @@ This service returns a unique authentication request token. You can use [[SoftLa
985
1042
  <input message="tns:initiateExternalAuthentication"/>
986
1043
  <output message="tns:initiateExternalAuthenticationResponse"/>
987
1044
  </operation>
1045
+ <operation name="initiatePortalPasswordChange">
1046
+ <documentation>Sends password change email to the user containing url that allows the user the change their password </documentation>
1047
+ <input message="tns:initiatePortalPasswordChange"/>
1048
+ <output message="tns:initiatePortalPasswordChangeResponse"/>
1049
+ </operation>
1050
+ <operation name="inviteUserToLinkOpenIdConnect">
1051
+ <documentation>Send email invitation to a user to join a SoftLayer account and authenticate with OpenIdConnect. </documentation>
1052
+ <input message="tns:inviteUserToLinkOpenIdConnect"/>
1053
+ <output message="tns:inviteUserToLinkOpenIdConnectResponse"/>
1054
+ </operation>
988
1055
  <operation name="isMasterUser">
989
1056
  <documentation>Portal users are considered master users if they don't have an associated parent user. The only users who don't have parent users are users whose username matches their SoftLayer account name. Master users have special permissions throughout the SoftLayer customer portal. </documentation>
990
1057
  <input message="tns:isMasterUser"/>
@@ -1001,7 +1068,7 @@ This service returns a unique authentication request token. You can use [[SoftLa
1001
1068
  <output message="tns:isValidPortalPasswordResponse"/>
1002
1069
  </operation>
1003
1070
  <operation name="lostPassword">
1004
- <documentation>SoftLayer provides a way for users of it's customer portal to recover lost passwords. The lostPassword() method is the first step in this process. Given a valid username and email address, the SoftLayer API will email the address provided with a URL to visit to begin the password recovery process. The last part of this URL is a hash key that's used as an identifier throughout this process. Use this hash key in the [[SoftLayer_User_Customer::setPasswordFromLostPasswordRequest|setPasswordFromLostPasswordRequest]] method to reset a user's password. Password recovery hash keys are valid for 24 hours after they're generated. </documentation>
1071
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; SoftLayer provides a way for users of it's customer portal to recover lost passwords. The lostPassword() method is the first step in this process. Given a valid username and email address, the SoftLayer API will email the address provided with a URL to visit to begin the password recovery process. The last part of this URL is a hash key that's used as an identifier throughout this process. Use this hash key in the [[SoftLayer_User_Customer::setPasswordFromLostPasswordRequest|setPasswordFromLostPasswordRequest]] method to reset a user's password. Password recovery hash keys are valid for 24 hours after they're generated. </documentation>
1005
1072
  <input message="tns:lostPassword"/>
1006
1073
  <output message="tns:lostPasswordResponse"/>
1007
1074
  </operation>
@@ -1010,6 +1077,21 @@ This service returns a unique authentication request token. You can use [[SoftLa
1010
1077
  <input message="tns:performExternalAuthentication"/>
1011
1078
  <output message="tns:performExternalAuthenticationResponse"/>
1012
1079
  </operation>
1080
+ <operation name="processPasswordSetRequest">
1081
+ <documentation>Set the password for a user who has an outstanding password request. A user with an outstanding password request will have an unused and unexpired password key. The password key is part of the url provided to the user in the email sent to the user with information on how to set their password. The email was generated by the [[SoftLayer_User_Customer::setNewUserPassword|setNewUserPassword]] method. Password recovery keys are valid for 24 hours after they're generated.
1082
+
1083
+ User portal passwords must match the following restrictions. Portal passwords must...
1084
+ * ...be over eight characters long.
1085
+ * ...be under twenty characters long.
1086
+ * ...contain at least one uppercase letter
1087
+ * ...contain at least one lowercase letter
1088
+ * ...contain at least one number
1089
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ + =
1090
+ * ...not match your username
1091
+ * ...not match your forum password</documentation>
1092
+ <input message="tns:processPasswordSetRequest"/>
1093
+ <output message="tns:processPasswordSetRequestResponse"/>
1094
+ </operation>
1013
1095
  <operation name="removeAllHardwareAccessForThisUser">
1014
1096
  <documentation>Remove all hardware from a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. If the current user does not have administrative privileges over this user, an inadequate permissions exception will get thrown.
1015
1097
 
@@ -1091,7 +1173,7 @@ Users can assign CloudLayer Computing Instance access to their child users, but
1091
1173
  <output message="tns:removeVirtualGuestAccessResponse"/>
1092
1174
  </operation>
1093
1175
  <operation name="resetExpiredPassword">
1094
- <documentation>Attempt to authenticate a username and password to the SoftLayer customer portal and reset there password. If authentication and password reset is successful then the API returns true. </documentation>
1176
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Attempt to authenticate a username and password to the SoftLayer customer portal and reset there password. If authentication and password reset is successful then the API returns true. </documentation>
1095
1177
  <input message="tns:resetExpiredPassword"/>
1096
1178
  <output message="tns:resetExpiredPasswordResponse"/>
1097
1179
  </operation>
@@ -1149,7 +1231,7 @@ Finally, users can only update their own password. </documentation>
1149
1231
  <output message="tns:updateNotificationSubscriberResponse"/>
1150
1232
  </operation>
1151
1233
  <operation name="updatePassword">
1152
- <documentation>Update a user's password on the SoftLayer customer portal. As with forum passwords, user portal passwords must match the following restrictions. Portal passwords must...
1234
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Update a user's password on the SoftLayer customer portal. As with forum passwords, user portal passwords must match the following restrictions. Portal passwords must...
1153
1235
  * ...be over eight characters long.
1154
1236
  * ...be under twenty characters long.
1155
1237
  * ...contain at least one uppercase letter
@@ -1347,6 +1429,16 @@ Finally, users can only update their own VPN password. An account's master user
1347
1429
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1348
1430
  </output>
1349
1431
  </operation>
1432
+ <operation name="checkPhoneFactorAuthenticationForPasswordSet">
1433
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
1434
+ <input>
1435
+ <soap:header message="tns:SoftLayer_User_CustomerInitParametersHeader" part="SoftLayer_User_CustomerInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1436
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1437
+ </input>
1438
+ <output>
1439
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1440
+ </output>
1441
+ </operation>
1350
1442
  <operation name="createNotificationSubscriber">
1351
1443
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
1352
1444
  <input>
@@ -1907,6 +1999,16 @@ Finally, users can only update their own VPN password. An account's master user
1907
1999
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1908
2000
  </output>
1909
2001
  </operation>
2002
+ <operation name="getRequirementsForPasswordSet">
2003
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2004
+ <input>
2005
+ <soap:header message="tns:SoftLayer_User_CustomerInitParametersHeader" part="SoftLayer_User_CustomerInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2006
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2007
+ </input>
2008
+ <output>
2009
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2010
+ </output>
2011
+ </operation>
1910
2012
  <operation name="getRoles">
1911
2013
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
1912
2014
  <input>
@@ -2121,6 +2223,15 @@ Finally, users can only update their own VPN password. An account's master user
2121
2223
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2122
2224
  </output>
2123
2225
  </operation>
2226
+ <operation name="getUserIdForPasswordSet">
2227
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2228
+ <input>
2229
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2230
+ </input>
2231
+ <output>
2232
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2233
+ </output>
2234
+ </operation>
2124
2235
  <operation name="getUserLinks">
2125
2236
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2126
2237
  <input>
@@ -2212,6 +2323,26 @@ Finally, users can only update their own VPN password. An account's master user
2212
2323
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2213
2324
  </output>
2214
2325
  </operation>
2326
+ <operation name="initiatePortalPasswordChange">
2327
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2328
+ <input>
2329
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2330
+ </input>
2331
+ <output>
2332
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2333
+ </output>
2334
+ </operation>
2335
+ <operation name="inviteUserToLinkOpenIdConnect">
2336
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2337
+ <input>
2338
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2339
+ <soap:header message="tns:SoftLayer_User_CustomerInitParametersHeader" part="SoftLayer_User_CustomerInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2340
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2341
+ </input>
2342
+ <output>
2343
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2344
+ </output>
2345
+ </operation>
2215
2346
  <operation name="isMasterUser">
2216
2347
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2217
2348
  <input>
@@ -2264,6 +2395,16 @@ Finally, users can only update their own VPN password. An account's master user
2264
2395
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2265
2396
  </output>
2266
2397
  </operation>
2398
+ <operation name="processPasswordSetRequest">
2399
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2400
+ <input>
2401
+ <soap:header message="tns:SoftLayer_User_CustomerInitParametersHeader" part="SoftLayer_User_CustomerInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2402
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2403
+ </input>
2404
+ <output>
2405
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2406
+ </output>
2407
+ </operation>
2267
2408
  <operation name="removeAllHardwareAccessForThisUser">
2268
2409
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_CustomerAction"/>
2269
2410
  <input>
@@ -93,6 +93,18 @@
93
93
  <message name="checkExternalAuthenticationStatusResponse">
94
94
  <part name="checkExternalAuthenticationStatusReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
95
95
  </message>
96
+ <message name="checkPhoneFactorAuthenticationForPasswordSet">
97
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
98
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
99
+ </message>
100
+ <message name="checkPhoneFactorAuthenticationForPasswordSetResponse">
101
+ <part name="checkPhoneFactorAuthenticationForPasswordSetReturn" type="xsd:boolean"/>
102
+ </message>
103
+ <message name="completeInvitationAfterLogin">
104
+ <part name="providerType" type="xsd:string"/>
105
+ <part name="accessToken" type="xsd:string"/>
106
+ <part name="emailRegistrationCode" type="xsd:string"/>
107
+ </message>
96
108
  <message name="createNotificationSubscriber">
97
109
  <part name="keyName" type="xsd:string"/>
98
110
  <part name="resourceTableId" type="xsd:int"/>
@@ -108,6 +120,15 @@
108
120
  <message name="createObjectResponse">
109
121
  <part name="createObjectReturn" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
110
122
  </message>
123
+ <message name="createOpenIdConnectUserAndCompleteInvitation">
124
+ <part name="providerType" type="xsd:string"/>
125
+ <part name="user" type="tns:SoftLayer_User_Customer"/>
126
+ <part name="password" type="xsd:string"/>
127
+ <part name="registrationCode" type="xsd:string"/>
128
+ </message>
129
+ <message name="createOpenIdConnectUserAndCompleteInvitationResponse">
130
+ <part name="createOpenIdConnectUserAndCompleteInvitationReturn" type="xsd:string"/>
131
+ </message>
111
132
  <message name="createSubscriberDeliveryMethods">
112
133
  <part name="notificationKeyName" type="xsd:string"/>
113
134
  <part name="deliveryMethodKeyNames" type="tns:ArrayOfstring"/>
@@ -122,6 +143,10 @@
122
143
  <message name="deactivateNotificationSubscriberResponse">
123
144
  <part name="deactivateNotificationSubscriberReturn" type="xsd:boolean"/>
124
145
  </message>
146
+ <message name="declineInvitation">
147
+ <part name="providerType" type="xsd:string"/>
148
+ <part name="registrationCode" type="xsd:string"/>
149
+ </message>
125
150
  <message name="editObject">
126
151
  <part name="templateObject" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
127
152
  </message>
@@ -142,20 +167,6 @@
142
167
  <message name="findUserPreferenceResponse">
143
168
  <part name="findUserPreferenceReturn" type="tns:SoftLayer_Layout_ProfileArray"/>
144
169
  </message>
145
- <message name="generateAuthorizationEndpointUrl">
146
- <part name="providerType" type="xsd:int"/>
147
- <part name="redirectionUrl" type="xsd:string"/>
148
- </message>
149
- <message name="generateAuthorizationEndpointUrlResponse">
150
- <part name="generateAuthorizationEndpointUrlReturn" type="xsd:string"/>
151
- </message>
152
- <message name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
153
- <part name="providerType" type="xsd:int"/>
154
- <part name="response" type="xsd:string"/>
155
- </message>
156
- <message name="getAccessTokenFromOpenIdConnectAuthorizeRedirectResponse">
157
- <part name="getAccessTokenFromOpenIdConnectAuthorizeRedirectReturn" type="xsd:string"/>
158
- </message>
159
170
  <message name="getAccount"/>
160
171
  <message name="getAccountResponse">
161
172
  <part name="getAccountReturn" type="tns:SoftLayer_Account"/>
@@ -202,7 +213,9 @@
202
213
  <message name="getClosedTicketsResponse">
203
214
  <part name="getClosedTicketsReturn" type="tns:SoftLayer_TicketArray"/>
204
215
  </message>
205
- <message name="getDefaultAccount"/>
216
+ <message name="getDefaultAccount">
217
+ <part name="providerType" type="xsd:string"/>
218
+ </message>
206
219
  <message name="getDefaultAccountResponse">
207
220
  <part name="getDefaultAccountReturn" type="tns:SoftLayer_Account"/>
208
221
  </message>
@@ -257,7 +270,7 @@
257
270
  <part name="getLoginAttemptsReturn" type="tns:SoftLayer_User_Customer_Access_AuthenticationArray"/>
258
271
  </message>
259
272
  <message name="getMappedAccounts">
260
- <part name="providerType" type="xsd:int"/>
273
+ <part name="providerType" type="xsd:string"/>
261
274
  </message>
262
275
  <message name="getMappedAccountsResponse">
263
276
  <part name="getMappedAccountsReturn" type="tns:SoftLayer_AccountArray"/>
@@ -274,6 +287,13 @@
274
287
  <message name="getObjectResponse">
275
288
  <part name="getObjectReturn" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
276
289
  </message>
290
+ <message name="getOpenIdRegistrationInfoFromCode">
291
+ <part name="providerType" type="xsd:string"/>
292
+ <part name="registrationCode" type="xsd:string"/>
293
+ </message>
294
+ <message name="getOpenIdRegistrationInfoFromCodeResponse">
295
+ <part name="getOpenIdRegistrationInfoFromCodeReturn" type="tns:SoftLayer_Account_Authentication_OpenIdConnect_RegistrationInformation"/>
296
+ </message>
277
297
  <message name="getOpenTickets"/>
278
298
  <message name="getOpenTicketsResponse">
279
299
  <part name="getOpenTicketsReturn" type="tns:SoftLayer_TicketArray"/>
@@ -300,7 +320,7 @@
300
320
  <part name="getPortalLoginTokenReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
301
321
  </message>
302
322
  <message name="getPortalLoginTokenOpenIdConnect">
303
- <part name="providerType" type="xsd:int"/>
323
+ <part name="providerType" type="xsd:string"/>
304
324
  <part name="accessToken" type="xsd:string"/>
305
325
  <part name="accountId" type="xsd:int"/>
306
326
  </message>
@@ -321,6 +341,12 @@
321
341
  <message name="getPreferencesResponse">
322
342
  <part name="getPreferencesReturn" type="tns:SoftLayer_User_PreferenceArray"/>
323
343
  </message>
344
+ <message name="getRequirementsForPasswordSet">
345
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
346
+ </message>
347
+ <message name="getRequirementsForPasswordSetResponse">
348
+ <part name="getRequirementsForPasswordSetReturn" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
349
+ </message>
324
350
  <message name="getRoles"/>
325
351
  <message name="getRolesResponse">
326
352
  <part name="getRolesReturn" type="tns:SoftLayer_User_Permission_RoleArray"/>
@@ -383,6 +409,12 @@
383
409
  <message name="getUserFromLostPasswordRequestResponse">
384
410
  <part name="getUserFromLostPasswordRequestReturn" type="tns:SoftLayer_User_Security_QuestionArray"/>
385
411
  </message>
412
+ <message name="getUserIdForPasswordSet">
413
+ <part name="key" type="xsd:string"/>
414
+ </message>
415
+ <message name="getUserIdForPasswordSetResponse">
416
+ <part name="getUserIdForPasswordSetReturn" type="xsd:int"/>
417
+ </message>
386
418
  <message name="getUserLinks"/>
387
419
  <message name="getUserLinksResponse">
388
420
  <part name="getUserLinksReturn" type="tns:SoftLayer_User_Customer_LinkArray"/>
@@ -416,6 +448,18 @@
416
448
  <message name="initiateExternalAuthenticationResponse">
417
449
  <part name="initiateExternalAuthenticationReturn" type="xsd:string"/>
418
450
  </message>
451
+ <message name="initiatePortalPasswordChange">
452
+ <part name="username" type="xsd:string"/>
453
+ </message>
454
+ <message name="initiatePortalPasswordChangeResponse">
455
+ <part name="initiatePortalPasswordChangeReturn" type="xsd:boolean"/>
456
+ </message>
457
+ <message name="inviteUserToLinkOpenIdConnect">
458
+ <part name="providerType" type="xsd:string"/>
459
+ </message>
460
+ <message name="inviteUserToLinkOpenIdConnectResponse">
461
+ <part name="inviteUserToLinkOpenIdConnectReturn" type="xsd:boolean"/>
462
+ </message>
419
463
  <message name="isMasterUser"/>
420
464
  <message name="isMasterUserResponse">
421
465
  <part name="isMasterUserReturn" type="xsd:boolean"/>
@@ -445,6 +489,13 @@
445
489
  <message name="performExternalAuthenticationResponse">
446
490
  <part name="performExternalAuthenticationReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
447
491
  </message>
492
+ <message name="processPasswordSetRequest">
493
+ <part name="passwordSet" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
494
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
495
+ </message>
496
+ <message name="processPasswordSetRequestResponse">
497
+ <part name="processPasswordSetRequestReturn" type="tns:SoftLayer_Container_User_Customer_PasswordSet"/>
498
+ </message>
448
499
  <message name="removeAllHardwareAccessForThisUser"/>
449
500
  <message name="removeAllHardwareAccessForThisUserResponse">
450
501
  <part name="removeAllHardwareAccessForThisUserReturn" type="xsd:boolean"/>
@@ -538,6 +589,7 @@
538
589
  <part name="samlResponse" type="xsd:string"/>
539
590
  </message>
540
591
  <message name="setDefaultAccount">
592
+ <part name="providerType" type="xsd:string"/>
541
593
  <part name="accountId" type="xsd:int"/>
542
594
  </message>
543
595
  <message name="setDefaultAccountResponse">
@@ -704,16 +756,34 @@ Users can assign CloudLayer Computing Instance access to their child users, but
704
756
  <input message="tns:checkExternalAuthenticationStatus"/>
705
757
  <output message="tns:checkExternalAuthenticationStatusResponse"/>
706
758
  </operation>
759
+ <operation name="checkPhoneFactorAuthenticationForPasswordSet">
760
+ <documentation>Add a description here
761
+
762
+ </documentation>
763
+ <input message="tns:checkPhoneFactorAuthenticationForPasswordSet"/>
764
+ <output message="tns:checkPhoneFactorAuthenticationForPasswordSetResponse"/>
765
+ </operation>
766
+ <operation name="completeInvitationAfterLogin">
767
+ <documentation></documentation>
768
+ <input message="tns:completeInvitationAfterLogin"/>
769
+ </operation>
707
770
  <operation name="createNotificationSubscriber">
708
771
  <documentation>Create a new subscriber for a given resource. </documentation>
709
772
  <input message="tns:createNotificationSubscriber"/>
710
773
  <output message="tns:createNotificationSubscriberResponse"/>
711
774
  </operation>
712
775
  <operation name="createObject">
713
- <documentation>Create a new user in the SoftLayer customer portal. createObject() creates a user's portal record and adds them into the SoftLayer community forums. It is no longer possible to set up the SSL or PPTP enable flag in this call since the manage permissions have not yet been set. You will need to make a subsequent call to edit object in order to enable VPN access. An account's master user and sub-users who have the User Manage permission can add new users. createObject() creates users with a default permission set. After adding a user it may be helpful to set their permissions and hardware access. </documentation>
776
+ <documentation>Create a new user in the SoftLayer customer portal. createObject() creates a user's portal record and adds them into the SoftLayer community forums. It is no longer possible to set up the SSL or PPTP enable flag in this call since the manage permissions have not yet been set. You will need to make a subsequent call to edit object in order to enable VPN access. An account's master user and sub-users who have the User Manage permission can add new users. createObject() creates users with a default permission set. After adding a user it may be helpful to set their permissions and hardware access. Note, both password parameters are not used anymore. When a new user is created, an email will be sent to the new user's email address with a link to a url that will allow the new user to create their own password for the SoftLayer customer portal. This same password will be used for the vpn password. Either or both passwords can be changed with an api call to editUser() or via the portal.
777
+
778
+ </documentation>
714
779
  <input message="tns:createObject"/>
715
780
  <output message="tns:createObjectResponse"/>
716
781
  </operation>
782
+ <operation name="createOpenIdConnectUserAndCompleteInvitation">
783
+ <documentation></documentation>
784
+ <input message="tns:createOpenIdConnectUserAndCompleteInvitation"/>
785
+ <output message="tns:createOpenIdConnectUserAndCompleteInvitationResponse"/>
786
+ </operation>
717
787
  <operation name="createSubscriberDeliveryMethods">
718
788
  <documentation>Create delivery methods for a notification that the user is subscribed to. Multiple delivery method keyNames can be supplied to create multiple delivery methods for the specified notification. Available delivery methods - 'EMAIL'. Available notifications - 'PLANNED_MAINTENANCE', 'UNPLANNED_INCIDENT'. </documentation>
719
789
  <input message="tns:createSubscriberDeliveryMethods"/>
@@ -724,6 +794,10 @@ Users can assign CloudLayer Computing Instance access to their child users, but
724
794
  <input message="tns:deactivateNotificationSubscriber"/>
725
795
  <output message="tns:deactivateNotificationSubscriberResponse"/>
726
796
  </operation>
797
+ <operation name="declineInvitation">
798
+ <documentation></documentation>
799
+ <input message="tns:declineInvitation"/>
800
+ </operation>
727
801
  <operation name="editObject">
728
802
  <documentation>Account master users and sub-users who have the User Manage permission in the SoftLayer customer portal can update other user's information. Use editObject() if you wish to edit a single user account. Users who do not have the User Manage permission can only update their own information. </documentation>
729
803
  <input message="tns:editObject"/>
@@ -739,18 +813,6 @@ Users can assign CloudLayer Computing Instance access to their child users, but
739
813
  <input message="tns:findUserPreference"/>
740
814
  <output message="tns:findUserPreferenceResponse"/>
741
815
  </operation>
742
- <operation name="generateAuthorizationEndpointUrl">
743
- <documentation>Create an OpenIDConnect authorization url for the client. This url is then used to retrieve an appropriate authentication code.
744
-
745
- Note: The redirect URL must exactly match one of the URLs that was pre-registered as a whitelist with the OpenIDConnect Service for the client id. This URL is not checked by this method, but is validated by the OpenIDConnect Service API. </documentation>
746
- <input message="tns:generateAuthorizationEndpointUrl"/>
747
- <output message="tns:generateAuthorizationEndpointUrlResponse"/>
748
- </operation>
749
- <operation name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
750
- <documentation></documentation>
751
- <input message="tns:getAccessTokenFromOpenIdConnectAuthorizeRedirect"/>
752
- <output message="tns:getAccessTokenFromOpenIdConnectAuthorizeRedirectResponse"/>
753
- </operation>
754
816
  <operation name="getAccount">
755
817
  <documentation>Retrieve the customer account that a user belongs to.</documentation>
756
818
  <input message="tns:getAccount"/>
@@ -807,12 +869,12 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
807
869
  <output message="tns:getClosedTicketsResponse"/>
808
870
  </operation>
809
871
  <operation name="getDefaultAccount">
810
- <documentation>This API gets the default for the OpenIdConnect identity that is linked from the current SoftLayer user identity. It also sets a default if there is none present. </documentation>
872
+ <documentation>This API gets the default for the OpenIdConnect identity that is linked from the current SoftLayer user identity. If there is no default present, the API returns null. </documentation>
811
873
  <input message="tns:getDefaultAccount"/>
812
874
  <output message="tns:getDefaultAccountResponse"/>
813
875
  </operation>
814
876
  <operation name="getDefaultSecurityQuestions">
815
- <documentation>Retrieve default security questions. The default security questions will be used during the password reset process if a user has not set up their own security questions and answers.</documentation>
877
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; </documentation>
816
878
  <input message="tns:getDefaultSecurityQuestions"/>
817
879
  <output message="tns:getDefaultSecurityQuestionsResponse"/>
818
880
  </operation>
@@ -891,6 +953,11 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
891
953
  <input message="tns:getObject"/>
892
954
  <output message="tns:getObjectResponse"/>
893
955
  </operation>
956
+ <operation name="getOpenIdRegistrationInfoFromCode">
957
+ <documentation></documentation>
958
+ <input message="tns:getOpenIdRegistrationInfoFromCode"/>
959
+ <output message="tns:getOpenIdRegistrationInfoFromCodeResponse"/>
960
+ </operation>
894
961
  <operation name="getOpenTickets">
895
962
  <documentation>Retrieve an user's associated open tickets.</documentation>
896
963
  <input message="tns:getOpenTickets"/>
@@ -936,6 +1003,11 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
936
1003
  <input message="tns:getPreferences"/>
937
1004
  <output message="tns:getPreferencesResponse"/>
938
1005
  </operation>
1006
+ <operation name="getRequirementsForPasswordSet">
1007
+ <documentation>Retrieve the authentication requirements for an outstanding password set/reset request. The password key provided to the user in an email generated by the [[SoftLayer_User_Customer::newUserPassword|newUserPassword]]. Password recovery keys are valid for 24 hours after they're generated. </documentation>
1008
+ <input message="tns:getRequirementsForPasswordSet"/>
1009
+ <output message="tns:getRequirementsForPasswordSetResponse"/>
1010
+ </operation>
939
1011
  <operation name="getRoles">
940
1012
  <documentation></documentation>
941
1013
  <input message="tns:getRoles"/>
@@ -1007,10 +1079,15 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
1007
1079
  <output message="tns:getUnsuccessfulLoginsResponse"/>
1008
1080
  </operation>
1009
1081
  <operation name="getUserFromLostPasswordRequest">
1010
- <documentation>Retrieve a user object using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. The SoftLayer customer portal uses getUserFromLostPasswordRequest() to retrieve user security questions. Password recovery keys are valid for 24 hours after they're generated. </documentation>
1082
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Retrieve a user object using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. The SoftLayer customer portal uses getUserFromLostPasswordRequest() to retrieve user security questions. Password recovery keys are valid for 24 hours after they're generated. </documentation>
1011
1083
  <input message="tns:getUserFromLostPasswordRequest"/>
1012
1084
  <output message="tns:getUserFromLostPasswordRequestResponse"/>
1013
1085
  </operation>
1086
+ <operation name="getUserIdForPasswordSet">
1087
+ <documentation>Retrieve a user object using a password recovery key received in an email generated when a new customer is created or when a customer requests a password change. </documentation>
1088
+ <input message="tns:getUserIdForPasswordSet"/>
1089
+ <output message="tns:getUserIdForPasswordSetResponse"/>
1090
+ </operation>
1014
1091
  <operation name="getUserLinks">
1015
1092
  <documentation></documentation>
1016
1093
  <input message="tns:getUserLinks"/>
@@ -1048,6 +1125,16 @@ This service returns a unique authentication request token. You can use [[SoftLa
1048
1125
  <input message="tns:initiateExternalAuthentication"/>
1049
1126
  <output message="tns:initiateExternalAuthenticationResponse"/>
1050
1127
  </operation>
1128
+ <operation name="initiatePortalPasswordChange">
1129
+ <documentation>Sends password change email to the user containing url that allows the user the change their password </documentation>
1130
+ <input message="tns:initiatePortalPasswordChange"/>
1131
+ <output message="tns:initiatePortalPasswordChangeResponse"/>
1132
+ </operation>
1133
+ <operation name="inviteUserToLinkOpenIdConnect">
1134
+ <documentation>Send email invitation to a user to join a SoftLayer account and authenticate with OpenIdConnect. </documentation>
1135
+ <input message="tns:inviteUserToLinkOpenIdConnect"/>
1136
+ <output message="tns:inviteUserToLinkOpenIdConnectResponse"/>
1137
+ </operation>
1051
1138
  <operation name="isMasterUser">
1052
1139
  <documentation>Portal users are considered master users if they don't have an associated parent user. The only users who don't have parent users are users whose username matches their SoftLayer account name. Master users have special permissions throughout the SoftLayer customer portal. </documentation>
1053
1140
  <input message="tns:isMasterUser"/>
@@ -1064,7 +1151,7 @@ This service returns a unique authentication request token. You can use [[SoftLa
1064
1151
  <output message="tns:isValidPortalPasswordResponse"/>
1065
1152
  </operation>
1066
1153
  <operation name="lostPassword">
1067
- <documentation>SoftLayer provides a way for users of it's customer portal to recover lost passwords. The lostPassword() method is the first step in this process. Given a valid username and email address, the SoftLayer API will email the address provided with a URL to visit to begin the password recovery process. The last part of this URL is a hash key that's used as an identifier throughout this process. Use this hash key in the [[SoftLayer_User_Customer::setPasswordFromLostPasswordRequest|setPasswordFromLostPasswordRequest]] method to reset a user's password. Password recovery hash keys are valid for 24 hours after they're generated. </documentation>
1154
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; SoftLayer provides a way for users of it's customer portal to recover lost passwords. The lostPassword() method is the first step in this process. Given a valid username and email address, the SoftLayer API will email the address provided with a URL to visit to begin the password recovery process. The last part of this URL is a hash key that's used as an identifier throughout this process. Use this hash key in the [[SoftLayer_User_Customer::setPasswordFromLostPasswordRequest|setPasswordFromLostPasswordRequest]] method to reset a user's password. Password recovery hash keys are valid for 24 hours after they're generated. </documentation>
1068
1155
  <input message="tns:lostPassword"/>
1069
1156
  <output message="tns:lostPasswordResponse"/>
1070
1157
  </operation>
@@ -1073,6 +1160,21 @@ This service returns a unique authentication request token. You can use [[SoftLa
1073
1160
  <input message="tns:performExternalAuthentication"/>
1074
1161
  <output message="tns:performExternalAuthenticationResponse"/>
1075
1162
  </operation>
1163
+ <operation name="processPasswordSetRequest">
1164
+ <documentation>Set the password for a user who has an outstanding password request. A user with an outstanding password request will have an unused and unexpired password key. The password key is part of the url provided to the user in the email sent to the user with information on how to set their password. The email was generated by the [[SoftLayer_User_Customer::setNewUserPassword|setNewUserPassword]] method. Password recovery keys are valid for 24 hours after they're generated.
1165
+
1166
+ User portal passwords must match the following restrictions. Portal passwords must...
1167
+ * ...be over eight characters long.
1168
+ * ...be under twenty characters long.
1169
+ * ...contain at least one uppercase letter
1170
+ * ...contain at least one lowercase letter
1171
+ * ...contain at least one number
1172
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ + =
1173
+ * ...not match your username
1174
+ * ...not match your forum password</documentation>
1175
+ <input message="tns:processPasswordSetRequest"/>
1176
+ <output message="tns:processPasswordSetRequestResponse"/>
1177
+ </operation>
1076
1178
  <operation name="removeAllHardwareAccessForThisUser">
1077
1179
  <documentation>Remove all hardware from a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. If the current user does not have administrative privileges over this user, an inadequate permissions exception will get thrown.
1078
1180
 
@@ -1154,7 +1256,7 @@ Users can assign CloudLayer Computing Instance access to their child users, but
1154
1256
  <output message="tns:removeVirtualGuestAccessResponse"/>
1155
1257
  </operation>
1156
1258
  <operation name="resetExpiredPassword">
1157
- <documentation>Attempt to authenticate a username and password to the SoftLayer customer portal and reset there password. If authentication and password reset is successful then the API returns true. </documentation>
1259
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Attempt to authenticate a username and password to the SoftLayer customer portal and reset there password. If authentication and password reset is successful then the API returns true. </documentation>
1158
1260
  <input message="tns:resetExpiredPassword"/>
1159
1261
  <output message="tns:resetExpiredPasswordResponse"/>
1160
1262
  </operation>
@@ -1217,7 +1319,7 @@ Finally, users can only update their own password. </documentation>
1217
1319
  <output message="tns:updateNotificationSubscriberResponse"/>
1218
1320
  </operation>
1219
1321
  <operation name="updatePassword">
1220
- <documentation>Update a user's password on the SoftLayer customer portal. As with forum passwords, user portal passwords must match the following restrictions. Portal passwords must...
1322
+ <documentation>&amp;lt;strong&amp;gt;This method is deprecated. Please see documentation for initiatePortalPasswordChange&amp;lt;/strong&amp;gt; Update a user's password on the SoftLayer customer portal. As with forum passwords, user portal passwords must match the following restrictions. Portal passwords must...
1221
1323
  * ...be over eight characters long.
1222
1324
  * ...be under twenty characters long.
1223
1325
  * ...contain at least one uppercase letter
@@ -1415,6 +1517,22 @@ Finally, users can only update their own VPN password. An account's master user
1415
1517
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1416
1518
  </output>
1417
1519
  </operation>
1520
+ <operation name="checkPhoneFactorAuthenticationForPasswordSet">
1521
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1522
+ <input>
1523
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1524
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1525
+ </input>
1526
+ <output>
1527
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1528
+ </output>
1529
+ </operation>
1530
+ <operation name="completeInvitationAfterLogin">
1531
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1532
+ <input>
1533
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1534
+ </input>
1535
+ </operation>
1418
1536
  <operation name="createNotificationSubscriber">
1419
1537
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1420
1538
  <input>
@@ -1438,18 +1556,16 @@ Finally, users can only update their own VPN password. An account's master user
1438
1556
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1439
1557
  </output>
1440
1558
  </operation>
1441
- <operation name="createSubscriberDeliveryMethods">
1559
+ <operation name="createOpenIdConnectUserAndCompleteInvitation">
1442
1560
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1443
1561
  <input>
1444
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1445
- <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1446
1562
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1447
1563
  </input>
1448
1564
  <output>
1449
1565
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1450
1566
  </output>
1451
1567
  </operation>
1452
- <operation name="deactivateNotificationSubscriber">
1568
+ <operation name="createSubscriberDeliveryMethods">
1453
1569
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1454
1570
  <input>
1455
1571
  <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
@@ -1460,7 +1576,7 @@ Finally, users can only update their own VPN password. An account's master user
1460
1576
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1461
1577
  </output>
1462
1578
  </operation>
1463
- <operation name="editObject">
1579
+ <operation name="deactivateNotificationSubscriber">
1464
1580
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1465
1581
  <input>
1466
1582
  <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
@@ -1471,41 +1587,40 @@ Finally, users can only update their own VPN password. An account's master user
1471
1587
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1472
1588
  </output>
1473
1589
  </operation>
1474
- <operation name="editObjects">
1590
+ <operation name="declineInvitation">
1475
1591
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1476
1592
  <input>
1477
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1478
1593
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1479
1594
  </input>
1480
- <output>
1481
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1482
- </output>
1483
1595
  </operation>
1484
- <operation name="findUserPreference">
1596
+ <operation name="editObject">
1485
1597
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1486
1598
  <input>
1487
1599
  <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1488
1600
  <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1489
- <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1490
- <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1491
1601
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1492
1602
  </input>
1493
1603
  <output>
1494
1604
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1495
1605
  </output>
1496
1606
  </operation>
1497
- <operation name="generateAuthorizationEndpointUrl">
1607
+ <operation name="editObjects">
1498
1608
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1499
1609
  <input>
1610
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1500
1611
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1501
1612
  </input>
1502
1613
  <output>
1503
1614
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1504
1615
  </output>
1505
1616
  </operation>
1506
- <operation name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
1617
+ <operation name="findUserPreference">
1507
1618
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1508
1619
  <input>
1620
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1621
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1622
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1623
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1509
1624
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1510
1625
  </input>
1511
1626
  <output>
@@ -1906,6 +2021,15 @@ Finally, users can only update their own VPN password. An account's master user
1906
2021
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1907
2022
  </output>
1908
2023
  </operation>
2024
+ <operation name="getOpenIdRegistrationInfoFromCode">
2025
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2026
+ <input>
2027
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2028
+ </input>
2029
+ <output>
2030
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2031
+ </output>
2032
+ </operation>
1909
2033
  <operation name="getOpenTickets">
1910
2034
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1911
2035
  <input>
@@ -2028,6 +2152,16 @@ Finally, users can only update their own VPN password. An account's master user
2028
2152
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2029
2153
  </output>
2030
2154
  </operation>
2155
+ <operation name="getRequirementsForPasswordSet">
2156
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2157
+ <input>
2158
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2159
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2160
+ </input>
2161
+ <output>
2162
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2163
+ </output>
2164
+ </operation>
2031
2165
  <operation name="getRoles">
2032
2166
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2033
2167
  <input>
@@ -2242,6 +2376,15 @@ Finally, users can only update their own VPN password. An account's master user
2242
2376
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2243
2377
  </output>
2244
2378
  </operation>
2379
+ <operation name="getUserIdForPasswordSet">
2380
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2381
+ <input>
2382
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2383
+ </input>
2384
+ <output>
2385
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2386
+ </output>
2387
+ </operation>
2245
2388
  <operation name="getUserLinks">
2246
2389
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2247
2390
  <input>
@@ -2333,6 +2476,26 @@ Finally, users can only update their own VPN password. An account's master user
2333
2476
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2334
2477
  </output>
2335
2478
  </operation>
2479
+ <operation name="initiatePortalPasswordChange">
2480
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2481
+ <input>
2482
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2483
+ </input>
2484
+ <output>
2485
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2486
+ </output>
2487
+ </operation>
2488
+ <operation name="inviteUserToLinkOpenIdConnect">
2489
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2490
+ <input>
2491
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2492
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2493
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2494
+ </input>
2495
+ <output>
2496
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2497
+ </output>
2498
+ </operation>
2336
2499
  <operation name="isMasterUser">
2337
2500
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2338
2501
  <input>
@@ -2385,6 +2548,16 @@ Finally, users can only update their own VPN password. An account's master user
2385
2548
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2386
2549
  </output>
2387
2550
  </operation>
2551
+ <operation name="processPasswordSetRequest">
2552
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2553
+ <input>
2554
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2555
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2556
+ </input>
2557
+ <output>
2558
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2559
+ </output>
2560
+ </operation>
2388
2561
  <operation name="removeAllHardwareAccessForThisUser">
2389
2562
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2390
2563
  <input>