losant_rest 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +2454 -666
  3. data/docs/application.md +21 -21
  4. data/docs/applicationApiToken.md +1 -1
  5. data/docs/applicationApiTokens.md +1 -1
  6. data/docs/applicationCertificate.md +3 -3
  7. data/docs/applicationCertificateAuthorities.md +2 -2
  8. data/docs/applicationCertificateAuthority.md +3 -3
  9. data/docs/applicationCertificates.md +2 -2
  10. data/docs/applicationDashboard.md +4 -4
  11. data/docs/applicationDashboards.md +2 -2
  12. data/docs/applicationJobLog.md +1 -1
  13. data/docs/applicationJobLogs.md +1 -1
  14. data/docs/applicationKey.md +3 -3
  15. data/docs/applicationKeys.md +2 -2
  16. data/docs/applicationTemplate.md +1 -1
  17. data/docs/applicationTemplates.md +3 -3
  18. data/docs/applications.md +4 -4
  19. data/docs/auditLog.md +1 -1
  20. data/docs/auditLogs.md +1 -1
  21. data/docs/credential.md +4 -4
  22. data/docs/credentials.md +2 -2
  23. data/docs/dashboard.md +3 -3
  24. data/docs/dashboards.md +2 -2
  25. data/docs/data.md +3 -3
  26. data/docs/dataTable.md +5 -5
  27. data/docs/dataTableRow.md +3 -3
  28. data/docs/dataTableRows.md +6 -6
  29. data/docs/dataTables.md +2 -2
  30. data/docs/device.md +14 -14
  31. data/docs/deviceAttribute.md +3 -3
  32. data/docs/deviceAttributes.md +2 -2
  33. data/docs/deviceRecipe.md +4 -4
  34. data/docs/deviceRecipes.md +2 -2
  35. data/docs/devices.md +14 -14
  36. data/docs/edgeDeployment.md +1 -1
  37. data/docs/edgeDeployments.md +4 -4
  38. data/docs/embeddedDeployment.md +1 -1
  39. data/docs/embeddedDeployments.md +5 -5
  40. data/docs/event.md +3 -3
  41. data/docs/events.md +6 -6
  42. data/docs/experience.md +2 -2
  43. data/docs/experienceDomain.md +3 -3
  44. data/docs/experienceDomains.md +2 -2
  45. data/docs/experienceEndpoint.md +4 -4
  46. data/docs/experienceEndpoints.md +3 -3
  47. data/docs/experienceGroup.md +3 -3
  48. data/docs/experienceGroups.md +2 -2
  49. data/docs/experienceSlug.md +3 -3
  50. data/docs/experienceSlugs.md +2 -2
  51. data/docs/experienceUser.md +3 -3
  52. data/docs/experienceUsers.md +2 -2
  53. data/docs/experienceVersion.md +3 -3
  54. data/docs/experienceVersions.md +2 -2
  55. data/docs/experienceView.md +4 -4
  56. data/docs/experienceViews.md +2 -2
  57. data/docs/file.md +5 -5
  58. data/docs/files.md +2 -2
  59. data/docs/flow.md +11 -11
  60. data/docs/flowVersion.md +6 -6
  61. data/docs/flowVersions.md +3 -3
  62. data/docs/flows.md +5 -5
  63. data/docs/instance.md +8 -8
  64. data/docs/instanceApiToken.md +1 -1
  65. data/docs/instanceApiTokens.md +1 -1
  66. data/docs/instanceAuditLog.md +1 -1
  67. data/docs/instanceAuditLogs.md +1 -1
  68. data/docs/instanceCustomNode.md +5 -5
  69. data/docs/instanceCustomNodes.md +2 -2
  70. data/docs/instanceMember.md +1 -1
  71. data/docs/instanceMembers.md +1 -1
  72. data/docs/instanceNotificationRule.md +5 -5
  73. data/docs/instanceNotificationRules.md +2 -2
  74. data/docs/instanceOrg.md +7 -7
  75. data/docs/instanceOrgInvite.md +1 -1
  76. data/docs/instanceOrgInvites.md +1 -1
  77. data/docs/instanceOrgMember.md +1 -1
  78. data/docs/instanceOrgMembers.md +1 -1
  79. data/docs/instanceOrgs.md +2 -2
  80. data/docs/instanceSandbox.md +7 -7
  81. data/docs/instanceSandboxes.md +1 -1
  82. data/docs/instances.md +1 -1
  83. data/docs/integration.md +3 -3
  84. data/docs/integrations.md +2 -2
  85. data/docs/me.md +20 -20
  86. data/docs/notebook.md +9 -9
  87. data/docs/notebooks.md +2 -2
  88. data/docs/org.md +13 -13
  89. data/docs/orgs.md +2 -2
  90. data/docs/privateFile.md +5 -5
  91. data/docs/privateFiles.md +2 -2
  92. data/docs/resourceJob.md +6 -6
  93. data/docs/resourceJobs.md +2 -2
  94. data/docs/userApiToken.md +3 -3
  95. data/docs/userApiTokens.md +2 -2
  96. data/docs/userOauthToken.md +125 -0
  97. data/docs/userOauthTokens.md +87 -0
  98. data/docs/webhook.md +3 -3
  99. data/docs/webhooks.md +2 -2
  100. data/lib/platform_rest/application.rb +20 -20
  101. data/lib/platform_rest/application_api_token.rb +1 -1
  102. data/lib/platform_rest/application_api_tokens.rb +1 -1
  103. data/lib/platform_rest/application_certificate.rb +3 -3
  104. data/lib/platform_rest/application_certificate_authorities.rb +2 -2
  105. data/lib/platform_rest/application_certificate_authority.rb +3 -3
  106. data/lib/platform_rest/application_certificates.rb +2 -2
  107. data/lib/platform_rest/application_dashboard.rb +4 -4
  108. data/lib/platform_rest/application_dashboards.rb +2 -2
  109. data/lib/platform_rest/application_job_log.rb +1 -1
  110. data/lib/platform_rest/application_job_logs.rb +1 -1
  111. data/lib/platform_rest/application_key.rb +3 -3
  112. data/lib/platform_rest/application_keys.rb +2 -2
  113. data/lib/platform_rest/application_template.rb +1 -1
  114. data/lib/platform_rest/application_templates.rb +3 -3
  115. data/lib/platform_rest/applications.rb +3 -3
  116. data/lib/platform_rest/audit_log.rb +1 -1
  117. data/lib/platform_rest/audit_logs.rb +1 -1
  118. data/lib/platform_rest/client.rb +10 -2
  119. data/lib/platform_rest/credential.rb +4 -4
  120. data/lib/platform_rest/credentials.rb +2 -2
  121. data/lib/platform_rest/dashboard.rb +3 -3
  122. data/lib/platform_rest/dashboards.rb +2 -2
  123. data/lib/platform_rest/data.rb +3 -3
  124. data/lib/platform_rest/data_table.rb +5 -5
  125. data/lib/platform_rest/data_table_row.rb +3 -3
  126. data/lib/platform_rest/data_table_rows.rb +6 -6
  127. data/lib/platform_rest/data_tables.rb +2 -2
  128. data/lib/platform_rest/device.rb +14 -14
  129. data/lib/platform_rest/device_attribute.rb +3 -3
  130. data/lib/platform_rest/device_attributes.rb +2 -2
  131. data/lib/platform_rest/device_recipe.rb +4 -4
  132. data/lib/platform_rest/device_recipes.rb +2 -2
  133. data/lib/platform_rest/devices.rb +14 -14
  134. data/lib/platform_rest/edge_deployment.rb +1 -1
  135. data/lib/platform_rest/edge_deployments.rb +4 -4
  136. data/lib/platform_rest/embedded_deployment.rb +1 -1
  137. data/lib/platform_rest/embedded_deployments.rb +5 -5
  138. data/lib/platform_rest/event.rb +3 -3
  139. data/lib/platform_rest/events.rb +6 -6
  140. data/lib/platform_rest/experience.rb +2 -2
  141. data/lib/platform_rest/experience_domain.rb +3 -3
  142. data/lib/platform_rest/experience_domains.rb +2 -2
  143. data/lib/platform_rest/experience_endpoint.rb +4 -4
  144. data/lib/platform_rest/experience_endpoints.rb +3 -3
  145. data/lib/platform_rest/experience_group.rb +3 -3
  146. data/lib/platform_rest/experience_groups.rb +2 -2
  147. data/lib/platform_rest/experience_slug.rb +3 -3
  148. data/lib/platform_rest/experience_slugs.rb +2 -2
  149. data/lib/platform_rest/experience_user.rb +3 -3
  150. data/lib/platform_rest/experience_users.rb +2 -2
  151. data/lib/platform_rest/experience_version.rb +3 -3
  152. data/lib/platform_rest/experience_versions.rb +2 -2
  153. data/lib/platform_rest/experience_view.rb +4 -4
  154. data/lib/platform_rest/experience_views.rb +2 -2
  155. data/lib/platform_rest/file.rb +4 -4
  156. data/lib/platform_rest/files.rb +2 -2
  157. data/lib/platform_rest/flow.rb +11 -11
  158. data/lib/platform_rest/flow_version.rb +6 -6
  159. data/lib/platform_rest/flow_versions.rb +3 -3
  160. data/lib/platform_rest/flows.rb +5 -5
  161. data/lib/platform_rest/instance.rb +8 -8
  162. data/lib/platform_rest/instance_api_token.rb +1 -1
  163. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  164. data/lib/platform_rest/instance_audit_log.rb +1 -1
  165. data/lib/platform_rest/instance_audit_logs.rb +1 -1
  166. data/lib/platform_rest/instance_custom_node.rb +5 -5
  167. data/lib/platform_rest/instance_custom_nodes.rb +2 -2
  168. data/lib/platform_rest/instance_member.rb +1 -1
  169. data/lib/platform_rest/instance_members.rb +1 -1
  170. data/lib/platform_rest/instance_notification_rule.rb +5 -5
  171. data/lib/platform_rest/instance_notification_rules.rb +2 -2
  172. data/lib/platform_rest/instance_org.rb +7 -7
  173. data/lib/platform_rest/instance_org_invite.rb +1 -1
  174. data/lib/platform_rest/instance_org_invites.rb +1 -1
  175. data/lib/platform_rest/instance_org_member.rb +1 -1
  176. data/lib/platform_rest/instance_org_members.rb +1 -1
  177. data/lib/platform_rest/instance_orgs.rb +2 -2
  178. data/lib/platform_rest/instance_sandbox.rb +7 -7
  179. data/lib/platform_rest/instance_sandboxes.rb +1 -1
  180. data/lib/platform_rest/instances.rb +1 -1
  181. data/lib/platform_rest/integration.rb +3 -3
  182. data/lib/platform_rest/integrations.rb +2 -2
  183. data/lib/platform_rest/me.rb +20 -20
  184. data/lib/platform_rest/notebook.rb +8 -8
  185. data/lib/platform_rest/notebooks.rb +2 -2
  186. data/lib/platform_rest/org.rb +13 -13
  187. data/lib/platform_rest/orgs.rb +2 -2
  188. data/lib/platform_rest/private_file.rb +4 -4
  189. data/lib/platform_rest/private_files.rb +2 -2
  190. data/lib/platform_rest/resource_job.rb +6 -6
  191. data/lib/platform_rest/resource_jobs.rb +2 -2
  192. data/lib/platform_rest/user_api_token.rb +3 -3
  193. data/lib/platform_rest/user_api_tokens.rb +2 -2
  194. data/lib/platform_rest/user_oauth_token.rb +170 -0
  195. data/lib/platform_rest/user_oauth_tokens.rb +132 -0
  196. data/lib/platform_rest/version.rb +1 -1
  197. data/lib/platform_rest/webhook.rb +3 -3
  198. data/lib/platform_rest/webhooks.rb +2 -2
  199. data/lib/platform_rest.rb +2 -0
  200. data/schemas/apiToken.json +100 -0
  201. data/schemas/apiTokenPatch.json +100 -0
  202. data/schemas/apiTokenPost.json +118 -0
  203. data/schemas/apiTokens.json +100 -0
  204. data/schemas/applicationDashboardPost.json +4 -0
  205. data/schemas/dashboard.json +4 -0
  206. data/schemas/dashboardPatch.json +4 -0
  207. data/schemas/dashboardPost.json +4 -0
  208. data/schemas/dashboards.json +4 -0
  209. data/schemas/githubLogin.json +18 -0
  210. data/schemas/instanceOrgMemberPatch.json +2 -2
  211. data/schemas/instanceOrgMemberPost.json +4 -4
  212. data/schemas/instanceOrgPost.json +4 -4
  213. data/schemas/oauthClient.json +107 -0
  214. data/schemas/oauthClientPost.json +89 -0
  215. data/schemas/oauthDcrError.json +23 -0
  216. data/schemas/oauthError.json +31 -0
  217. data/schemas/org.json +2 -2
  218. data/schemas/orgInvite.json +2 -2
  219. data/schemas/orgInviteCollection.json +2 -2
  220. data/schemas/orgInvitePost.json +2 -2
  221. data/schemas/orgInvites.json +2 -2
  222. data/schemas/orgMemberPatch.json +2 -2
  223. data/schemas/orgRoleInfo.json +2 -2
  224. data/schemas/orgs.json +2 -2
  225. data/schemas/samlResponse.json +18 -0
  226. data/schemas/userCredentials.json +18 -0
  227. data/schemas/userOauthToken.json +207 -0
  228. data/schemas/userOauthTokenPatch.json +123 -0
  229. data/schemas/userOauthTokenPost.json +197 -0
  230. data/schemas/userOauthTokens.json +248 -0
  231. data/schemas/userPost.json +18 -0
  232. metadata +13 -1
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.User, instanceOrg.*, or instanceOrg.delete.
40
+ # all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrg.*, or instanceOrg.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -83,7 +83,7 @@ module PlatformRest
83
83
  # The client must be configured with a valid api
84
84
  # access token to call this action. The token
85
85
  # must include at least one of the following scopes:
86
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.deviceCounts.
86
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.deviceCounts.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} instanceId - ID associated with the instance
@@ -133,7 +133,7 @@ module PlatformRest
133
133
  # The client must be configured with a valid api
134
134
  # access token to call this action. The token
135
135
  # must include at least one of the following scopes:
136
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.get.
136
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.get.
137
137
  #
138
138
  # Parameters:
139
139
  # * {string} instanceId - ID associated with the instance
@@ -181,7 +181,7 @@ module PlatformRest
181
181
  # The client must be configured with a valid api
182
182
  # access token to call this action. The token
183
183
  # must include at least one of the following scopes:
184
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.notebookMinuteCounts.
184
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.notebookMinuteCounts.
185
185
  #
186
186
  # Parameters:
187
187
  # * {string} instanceId - ID associated with the instance
@@ -231,7 +231,7 @@ module PlatformRest
231
231
  # The client must be configured with a valid api
232
232
  # access token to call this action. The token
233
233
  # must include at least one of the following scopes:
234
- # all.Instance, all.User, instanceOrg.*, or instanceOrg.patch.
234
+ # all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrg.*, or instanceOrg.patch.
235
235
  #
236
236
  # Parameters:
237
237
  # * {string} instanceId - ID associated with the instance
@@ -282,7 +282,7 @@ module PlatformRest
282
282
  # The client must be configured with a valid api
283
283
  # access token to call this action. The token
284
284
  # must include at least one of the following scopes:
285
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.payloadCounts.
285
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.payloadCounts.
286
286
  #
287
287
  # Parameters:
288
288
  # * {string} instanceId - ID associated with the instance
@@ -334,7 +334,7 @@ module PlatformRest
334
334
  # The client must be configured with a valid api
335
335
  # access token to call this action. The token
336
336
  # must include at least one of the following scopes:
337
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.payloadCountsBreakdown.
337
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.payloadCountsBreakdown.
338
338
  #
339
339
  # Parameters:
340
340
  # * {string} instanceId - ID associated with the instance
@@ -85,7 +85,7 @@ module PlatformRest
85
85
  # The client must be configured with a valid api
86
86
  # access token to call this action. The token
87
87
  # must include at least one of the following scopes:
88
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgInvite.*, or instanceOrgInvite.get.
88
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgInvite.*, or instanceOrgInvite.get.
89
89
  #
90
90
  # Parameters:
91
91
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgInvites.*, or instanceOrgInvites.get.
40
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgInvites.*, or instanceOrgInvites.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -85,7 +85,7 @@ module PlatformRest
85
85
  # The client must be configured with a valid api
86
86
  # access token to call this action. The token
87
87
  # must include at least one of the following scopes:
88
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgMember.*, or instanceOrgMember.get.
88
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgMember.*, or instanceOrgMember.get.
89
89
  #
90
90
  # Parameters:
91
91
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgMembers.*, or instanceOrgMembers.get.
40
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgMembers.*, or instanceOrgMembers.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgs.*, or instanceOrgs.get.
40
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgs.*, or instanceOrgs.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -97,7 +97,7 @@ module PlatformRest
97
97
  # The client must be configured with a valid api
98
98
  # access token to call this action. The token
99
99
  # must include at least one of the following scopes:
100
- # all.Instance, all.User, instanceOrgs.*, or instanceOrgs.post.
100
+ # all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrgs.*, or instanceOrgs.post.
101
101
  #
102
102
  # Parameters:
103
103
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.User, instanceSandbox.*, or instanceSandbox.delete.
40
+ # all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceSandbox.*, or instanceSandbox.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -83,7 +83,7 @@ module PlatformRest
83
83
  # The client must be configured with a valid api
84
84
  # access token to call this action. The token
85
85
  # must include at least one of the following scopes:
86
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.deviceCounts.
86
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.deviceCounts.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} instanceId - ID associated with the instance
@@ -133,7 +133,7 @@ module PlatformRest
133
133
  # The client must be configured with a valid api
134
134
  # access token to call this action. The token
135
135
  # must include at least one of the following scopes:
136
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.get.
136
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.get.
137
137
  #
138
138
  # Parameters:
139
139
  # * {string} instanceId - ID associated with the instance
@@ -183,7 +183,7 @@ module PlatformRest
183
183
  # The client must be configured with a valid api
184
184
  # access token to call this action. The token
185
185
  # must include at least one of the following scopes:
186
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.notebookMinuteCounts.
186
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.notebookMinuteCounts.
187
187
  #
188
188
  # Parameters:
189
189
  # * {string} instanceId - ID associated with the instance
@@ -233,7 +233,7 @@ module PlatformRest
233
233
  # The client must be configured with a valid api
234
234
  # access token to call this action. The token
235
235
  # must include at least one of the following scopes:
236
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCounts.
236
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCounts.
237
237
  #
238
238
  # Parameters:
239
239
  # * {string} instanceId - ID associated with the instance
@@ -285,7 +285,7 @@ module PlatformRest
285
285
  # The client must be configured with a valid api
286
286
  # access token to call this action. The token
287
287
  # must include at least one of the following scopes:
288
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCountsBreakdown.
288
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCountsBreakdown.
289
289
  #
290
290
  # Parameters:
291
291
  # * {string} instanceId - ID associated with the instance
@@ -341,7 +341,7 @@ module PlatformRest
341
341
  # The client must be configured with a valid api
342
342
  # access token to call this action. The token
343
343
  # must include at least one of the following scopes:
344
- # all.Instance, all.User, instanceSandbox.*, or instanceSandbox.undelete.
344
+ # all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceSandbox.*, or instanceSandbox.undelete.
345
345
  #
346
346
  # Parameters:
347
347
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Instance, all.Instance.read, all.User, all.User.read, instanceSandboxes.*, or instanceSandboxes.get.
40
+ # all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandboxes.*, or instanceSandboxes.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} instanceId - ID associated with the instance
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.User, all.User.read, instances.*, or instances.get.
40
+ # all.User, all.User.bounded, all.User.read, instances.*, instances.get, only.User, only.User.bounded, or only.User.read.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} sortField - Field to sort the results by. Accepted values are: name, id, creationDate, lastUpdated
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Organization, all.User, integration.*, or integration.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integration.*, or integration.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -85,7 +85,7 @@ module PlatformRest
85
85
  # The client must be configured with a valid api
86
86
  # access token to call this action. The token
87
87
  # must include at least one of the following scopes:
88
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, integration.*, or integration.get.
88
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, integration.*, or integration.get.
89
89
  #
90
90
  # Parameters:
91
91
  # * {string} applicationId - ID associated with the application
@@ -131,7 +131,7 @@ module PlatformRest
131
131
  # The client must be configured with a valid api
132
132
  # access token to call this action. The token
133
133
  # must include at least one of the following scopes:
134
- # all.Application, all.Organization, all.User, integration.*, or integration.patch.
134
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integration.*, or integration.patch.
135
135
  #
136
136
  # Parameters:
137
137
  # * {string} applicationId - ID associated with the application
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, integrations.*, or integrations.get.
40
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, integrations.*, or integrations.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -93,7 +93,7 @@ module PlatformRest
93
93
  # The client must be configured with a valid api
94
94
  # access token to call this action. The token
95
95
  # must include at least one of the following scopes:
96
- # all.Application, all.Organization, all.User, integrations.*, or integrations.post.
96
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integrations.*, or integrations.post.
97
97
  #
98
98
  # Parameters:
99
99
  # * {string} applicationId - ID associated with the application
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.User, me.*, or me.addRecentItem.
40
+ # all.User, all.User.bounded, me.*, me.addRecentItem, only.User, or only.User.bounded.
41
41
  #
42
42
  # Parameters:
43
43
  # * {hash} data - Object containing recent item info (https://api.losant.com/#/definitions/recentItem)
@@ -81,7 +81,7 @@ module PlatformRest
81
81
  # The client must be configured with a valid api
82
82
  # access token to call this action. The token
83
83
  # must include at least one of the following scopes:
84
- # all.User, me.*, or me.changePassword.
84
+ # all.User, me.*, me.changePassword, or only.User.
85
85
  #
86
86
  # Parameters:
87
87
  # * {hash} data - Object containing the password change info (https://api.losant.com/#/definitions/changePassword)
@@ -125,7 +125,7 @@ module PlatformRest
125
125
  # The client must be configured with a valid api
126
126
  # access token to call this action. The token
127
127
  # must include at least one of the following scopes:
128
- # all.User, me.*, or me.delete.
128
+ # all.User, me.*, me.delete, or only.User.
129
129
  #
130
130
  # Parameters:
131
131
  # * {hash} credentials - User authentication credentials (https://api.losant.com/#/definitions/userCredentials)
@@ -169,7 +169,7 @@ module PlatformRest
169
169
  # The client must be configured with a valid api
170
170
  # access token to call this action. The token
171
171
  # must include at least one of the following scopes:
172
- # all.User, all.User.read, me.*, or me.deviceCounts.
172
+ # all.User, all.User.bounded, all.User.read, me.*, me.deviceCounts, only.User, only.User.bounded, or only.User.read.
173
173
  #
174
174
  # Parameters:
175
175
  # * {string} start - Start of range for device count query (ms since epoch)
@@ -214,7 +214,7 @@ module PlatformRest
214
214
  # The client must be configured with a valid api
215
215
  # access token to call this action. The token
216
216
  # must include at least one of the following scopes:
217
- # all.User, me.*, or me.disableTwoFactorAuth.
217
+ # all.User, me.*, me.disableTwoFactorAuth, or only.User.
218
218
  #
219
219
  # Parameters:
220
220
  # * {hash} data - Object containing multi-factor authentication properties (https://api.losant.com/#/definitions/multiFactorAuthDisable)
@@ -264,7 +264,7 @@ module PlatformRest
264
264
  # The client must be configured with a valid api
265
265
  # access token to call this action. The token
266
266
  # must include at least one of the following scopes:
267
- # all.User, me.*, or me.disconnectGithub.
267
+ # all.User, me.*, me.disconnectGithub, or only.User.
268
268
  #
269
269
  # Parameters:
270
270
  # * {string} includeRecent - Should the user include recent app/dashboard info
@@ -311,7 +311,7 @@ module PlatformRest
311
311
  # The client must be configured with a valid api
312
312
  # access token to call this action. The token
313
313
  # must include at least one of the following scopes:
314
- # all.User, me.*, or me.enableTwoFactorAuth.
314
+ # all.User, me.*, me.enableTwoFactorAuth, or only.User.
315
315
  #
316
316
  # Parameters:
317
317
  # * {hash} data - Object containing multi-factor authentication properties (https://api.losant.com/#/definitions/multiFactorAuthEnable)
@@ -361,7 +361,7 @@ module PlatformRest
361
361
  # The client must be configured with a valid api
362
362
  # access token to call this action. The token
363
363
  # must include at least one of the following scopes:
364
- # all.User, all.User.read, me.*, or me.fetchRecentItems.
364
+ # all.User, all.User.bounded, all.User.read, me.*, me.fetchRecentItems, only.User, only.User.bounded, or only.User.read.
365
365
  #
366
366
  # Parameters:
367
367
  # * {string} parentId - Parent id of the recent list
@@ -407,7 +407,7 @@ module PlatformRest
407
407
  # The client must be configured with a valid api
408
408
  # access token to call this action. The token
409
409
  # must include at least one of the following scopes:
410
- # all.User, me.*, or me.generateTwoFactorAuth.
410
+ # all.User, me.*, me.generateTwoFactorAuth, or only.User.
411
411
  #
412
412
  # Parameters:
413
413
  # * {string} losantdomain - Domain scope of request (rarely needed)
@@ -448,7 +448,7 @@ module PlatformRest
448
448
  # The client must be configured with a valid api
449
449
  # access token to call this action. The token
450
450
  # must include at least one of the following scopes:
451
- # all.User, all.User.read, me.*, or me.get.
451
+ # all.User, all.User.bounded, all.User.read, me.*, me.get, only.User, only.User.bounded, or only.User.read.
452
452
  #
453
453
  # Parameters:
454
454
  # * {string} includeRecent - Should the user include recent app/dashboard info
@@ -494,7 +494,7 @@ module PlatformRest
494
494
  # The client must be configured with a valid api
495
495
  # access token to call this action. The token
496
496
  # must include at least one of the following scopes:
497
- # all.User, all.User.read, me.*, or me.invite.
497
+ # all.User, all.User.bounded, all.User.read, me.*, me.invite, only.User, only.User.bounded, or only.User.read.
498
498
  #
499
499
  # Parameters:
500
500
  # * {string} inviteId - ID associated with the invitation
@@ -538,7 +538,7 @@ module PlatformRest
538
538
  # The client must be configured with a valid api
539
539
  # access token to call this action. The token
540
540
  # must include at least one of the following scopes:
541
- # all.User, all.User.read, me.*, or me.invites.
541
+ # all.User, all.User.bounded, all.User.read, me.*, me.invites, only.User, only.User.bounded, or only.User.read.
542
542
  #
543
543
  # Parameters:
544
544
  # * {string} losantdomain - Domain scope of request (rarely needed)
@@ -579,7 +579,7 @@ module PlatformRest
579
579
  # The client must be configured with a valid api
580
580
  # access token to call this action. The token
581
581
  # must include at least one of the following scopes:
582
- # all.User, all.User.read, me.*, or me.notebookMinuteCounts.
582
+ # all.User, all.User.bounded, all.User.read, me.*, me.notebookMinuteCounts, only.User, only.User.bounded, or only.User.read.
583
583
  #
584
584
  # Parameters:
585
585
  # * {string} start - Start of range for notebook execution query (ms since epoch)
@@ -624,7 +624,7 @@ module PlatformRest
624
624
  # The client must be configured with a valid api
625
625
  # access token to call this action. The token
626
626
  # must include at least one of the following scopes:
627
- # all.User, me.*, or me.patch.
627
+ # all.User, me.*, me.patch, or only.User.
628
628
  #
629
629
  # Parameters:
630
630
  # * {hash} user - Object containing new user properties (https://api.losant.com/#/definitions/mePatch)
@@ -674,7 +674,7 @@ module PlatformRest
674
674
  # The client must be configured with a valid api
675
675
  # access token to call this action. The token
676
676
  # must include at least one of the following scopes:
677
- # all.User, all.User.read, me.*, or me.payloadCounts.
677
+ # all.User, all.User.bounded, all.User.read, me.*, me.payloadCounts, only.User, only.User.bounded, or only.User.read.
678
678
  #
679
679
  # Parameters:
680
680
  # * {string} start - Start of range for payload count query (ms since epoch)
@@ -721,7 +721,7 @@ module PlatformRest
721
721
  # The client must be configured with a valid api
722
722
  # access token to call this action. The token
723
723
  # must include at least one of the following scopes:
724
- # all.User, all.User.read, me.*, or me.payloadCountsBreakdown.
724
+ # all.User, all.User.bounded, all.User.read, me.*, me.payloadCountsBreakdown, only.User, only.User.bounded, or only.User.read.
725
725
  #
726
726
  # Parameters:
727
727
  # * {string} start - Start of range for payload count query (ms since epoch)
@@ -772,7 +772,7 @@ module PlatformRest
772
772
  # The client must be configured with a valid api
773
773
  # access token to call this action. The token
774
774
  # must include at least one of the following scopes:
775
- # all.User, or me.*.
775
+ # all.User, me.*, me.refreshToken, or only.User.
776
776
  #
777
777
  # Parameters:
778
778
  # * {string} losantdomain - Domain scope of request (rarely needed)
@@ -814,7 +814,7 @@ module PlatformRest
814
814
  # The client must be configured with a valid api
815
815
  # access token to call this action. The token
816
816
  # must include at least one of the following scopes:
817
- # all.User, me.*, or me.respondToInvite.
817
+ # all.User, me.*, me.respondToInvite, or only.User.
818
818
  #
819
819
  # Parameters:
820
820
  # * {string} inviteId - ID associated with the invitation
@@ -862,7 +862,7 @@ module PlatformRest
862
862
  # The client must be configured with a valid api
863
863
  # access token to call this action. The token
864
864
  # must include at least one of the following scopes:
865
- # all.User, me.*, or me.transferResources.
865
+ # all.User, me.*, me.transferResources, or only.User.
866
866
  #
867
867
  # Parameters:
868
868
  # * {hash} transfer - Object containing properties of the transfer (https://api.losant.com/#/definitions/resourceTransfer)
@@ -906,7 +906,7 @@ module PlatformRest
906
906
  # The client must be configured with a valid api
907
907
  # access token to call this action. The token
908
908
  # must include at least one of the following scopes:
909
- # all.User, me.*, or me.verifyEmail.
909
+ # all.User, me.*, me.verifyEmail, or only.User.
910
910
  #
911
911
  # Parameters:
912
912
  # * {string} losantdomain - Domain scope of request (rarely needed)
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Organization, all.User, notebook.*, or notebook.execute.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.execute.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -86,7 +86,7 @@ module PlatformRest
86
86
  # The client must be configured with a valid api
87
87
  # access token to call this action. The token
88
88
  # must include at least one of the following scopes:
89
- # all.Application, all.Organization, all.User, notebook.*, or notebook.delete.
89
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.delete.
90
90
  #
91
91
  # Parameters:
92
92
  # * {string} applicationId - ID associated with the application
@@ -132,7 +132,7 @@ module PlatformRest
132
132
  # The client must be configured with a valid api
133
133
  # access token to call this action. The token
134
134
  # must include at least one of the following scopes:
135
- # all.Application, all.Organization, all.User, notebook.*, or notebook.execute.
135
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.execute.
136
136
  #
137
137
  # Parameters:
138
138
  # * {string} applicationId - ID associated with the application
@@ -181,7 +181,7 @@ module PlatformRest
181
181
  # The client must be configured with a valid api
182
182
  # access token to call this action. The token
183
183
  # must include at least one of the following scopes:
184
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.get.
184
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.get.
185
185
  #
186
186
  # Parameters:
187
187
  # * {string} applicationId - ID associated with the application
@@ -227,7 +227,7 @@ module PlatformRest
227
227
  # The client must be configured with a valid api
228
228
  # access token to call this action. The token
229
229
  # must include at least one of the following scopes:
230
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.logs.
230
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.logs.
231
231
  #
232
232
  # Parameters:
233
233
  # * {string} applicationId - ID associated with the application
@@ -277,7 +277,7 @@ module PlatformRest
277
277
  # The client must be configured with a valid api
278
278
  # access token to call this action. The token
279
279
  # must include at least one of the following scopes:
280
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.notebookMinuteCounts.
280
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.notebookMinuteCounts.
281
281
  #
282
282
  # Parameters:
283
283
  # * {string} applicationId - ID associated with the application
@@ -327,7 +327,7 @@ module PlatformRest
327
327
  # The client must be configured with a valid api
328
328
  # access token to call this action. The token
329
329
  # must include at least one of the following scopes:
330
- # all.Application, all.Organization, all.User, notebook.*, or notebook.patch.
330
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.patch.
331
331
  #
332
332
  # Parameters:
333
333
  # * {string} applicationId - ID associated with the application
@@ -376,7 +376,7 @@ module PlatformRest
376
376
  # The client must be configured with a valid api
377
377
  # access token to call this action. The token
378
378
  # must include at least one of the following scopes:
379
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.requestInputDataExport.
379
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.requestInputDataExport.
380
380
  #
381
381
  # Parameters:
382
382
  # * {string} applicationId - ID associated with the application
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebooks.*, or notebooks.get.
40
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebooks.*, or notebooks.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -93,7 +93,7 @@ module PlatformRest
93
93
  # The client must be configured with a valid api
94
94
  # access token to call this action. The token
95
95
  # must include at least one of the following scopes:
96
- # all.Application, all.Organization, all.User, notebooks.*, or notebooks.post.
96
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebooks.*, or notebooks.post.
97
97
  #
98
98
  # Parameters:
99
99
  # * {string} applicationId - ID associated with the application
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Organization, all.User, org.*, or org.delete.
40
+ # all.Organization, all.Organization.bounded, all.User, all.User.bounded, only.Organization, only.Organization.bounded, org.*, or org.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} orgId - ID associated with the organization
@@ -81,7 +81,7 @@ module PlatformRest
81
81
  # The client must be configured with a valid api
82
82
  # access token to call this action. The token
83
83
  # must include at least one of the following scopes:
84
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.deviceCounts.
84
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.deviceCounts.
85
85
  #
86
86
  # Parameters:
87
87
  # * {string} orgId - ID associated with the organization
@@ -129,7 +129,7 @@ module PlatformRest
129
129
  # The client must be configured with a valid api
130
130
  # access token to call this action. The token
131
131
  # must include at least one of the following scopes:
132
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.get.
132
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.get.
133
133
  #
134
134
  # Parameters:
135
135
  # * {string} orgId - ID associated with the organization
@@ -177,7 +177,7 @@ module PlatformRest
177
177
  # The client must be configured with a valid api
178
178
  # access token to call this action. The token
179
179
  # must include at least one of the following scopes:
180
- # all.Organization, all.User, org.*, or org.inviteMember.
180
+ # all.Organization, all.User, only.Organization, org.*, or org.inviteMember.
181
181
  #
182
182
  # Parameters:
183
183
  # * {string} orgId - ID associated with the organization
@@ -224,7 +224,7 @@ module PlatformRest
224
224
  # The client must be configured with a valid api
225
225
  # access token to call this action. The token
226
226
  # must include at least one of the following scopes:
227
- # all.Organization, all.User, org.*, or org.modifyMember.
227
+ # all.Organization, all.User, only.Organization, org.*, or org.modifyMember.
228
228
  #
229
229
  # Parameters:
230
230
  # * {string} orgId - ID associated with the organization
@@ -275,7 +275,7 @@ module PlatformRest
275
275
  # The client must be configured with a valid api
276
276
  # access token to call this action. The token
277
277
  # must include at least one of the following scopes:
278
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.notebookMinuteCounts.
278
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.notebookMinuteCounts.
279
279
  #
280
280
  # Parameters:
281
281
  # * {string} orgId - ID associated with the organization
@@ -323,7 +323,7 @@ module PlatformRest
323
323
  # The client must be configured with a valid api
324
324
  # access token to call this action. The token
325
325
  # must include at least one of the following scopes:
326
- # all.Organization, all.User, org.*, or org.patch.
326
+ # all.Organization, all.Organization.bounded, all.User, all.User.bounded, only.Organization, only.Organization.bounded, org.*, or org.patch.
327
327
  #
328
328
  # Parameters:
329
329
  # * {string} orgId - ID associated with the organization
@@ -374,7 +374,7 @@ module PlatformRest
374
374
  # The client must be configured with a valid api
375
375
  # access token to call this action. The token
376
376
  # must include at least one of the following scopes:
377
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.payloadCounts.
377
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.payloadCounts.
378
378
  #
379
379
  # Parameters:
380
380
  # * {string} orgId - ID associated with the organization
@@ -424,7 +424,7 @@ module PlatformRest
424
424
  # The client must be configured with a valid api
425
425
  # access token to call this action. The token
426
426
  # must include at least one of the following scopes:
427
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.payloadCountsBreakdown.
427
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.payloadCountsBreakdown.
428
428
  #
429
429
  # Parameters:
430
430
  # * {string} orgId - ID associated with the organization
@@ -478,7 +478,7 @@ module PlatformRest
478
478
  # The client must be configured with a valid api
479
479
  # access token to call this action. The token
480
480
  # must include at least one of the following scopes:
481
- # all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.pendingInvites.
481
+ # all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.pendingInvites.
482
482
  #
483
483
  # Parameters:
484
484
  # * {string} orgId - ID associated with the organization
@@ -522,7 +522,7 @@ module PlatformRest
522
522
  # The client must be configured with a valid api
523
523
  # access token to call this action. The token
524
524
  # must include at least one of the following scopes:
525
- # all.Organization, all.User, org.*, or org.removeMember.
525
+ # all.Organization, all.User, only.Organization, org.*, or org.removeMember.
526
526
  #
527
527
  # Parameters:
528
528
  # * {string} orgId - ID associated with the organization
@@ -573,7 +573,7 @@ module PlatformRest
573
573
  # The client must be configured with a valid api
574
574
  # access token to call this action. The token
575
575
  # must include at least one of the following scopes:
576
- # all.Organization, all.User, org.*, or org.revokeInvite.
576
+ # all.Organization, all.User, only.Organization, org.*, or org.revokeInvite.
577
577
  #
578
578
  # Parameters:
579
579
  # * {string} orgId - ID associated with the organization
@@ -620,7 +620,7 @@ module PlatformRest
620
620
  # The client must be configured with a valid api
621
621
  # access token to call this action. The token
622
622
  # must include at least one of the following scopes:
623
- # all.Organization, all.User, org.*, or org.transferResources.
623
+ # all.Organization, all.User, only.Organization, org.*, or org.transferResources.
624
624
  #
625
625
  # Parameters:
626
626
  # * {string} orgId - ID associated with the organization
@@ -37,7 +37,7 @@ module PlatformRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.User, all.User.read, orgs.*, or orgs.get.
40
+ # all.User, all.User.bounded, all.User.read, only.User, only.User.bounded, only.User.read, orgs.*, or orgs.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} sortField - Field to sort the results by. Accepted values are: name, id, creationDate, lastUpdated
@@ -94,7 +94,7 @@ module PlatformRest
94
94
  # The client must be configured with a valid api
95
95
  # access token to call this action. The token
96
96
  # must include at least one of the following scopes:
97
- # all.User, orgs.*, or orgs.post.
97
+ # all.User, all.User.bounded, only.User, only.User.bounded, orgs.*, or orgs.post.
98
98
  #
99
99
  # Parameters:
100
100
  # * {hash} organization - New organization information (https://api.losant.com/#/definitions/orgPost)