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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, deviceRecipes.*, or deviceRecipes.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, deviceRecipes.*, or deviceRecipes.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, deviceRecipes.*, or deviceRecipes.post.
100
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, deviceRecipes.*, or deviceRecipes.post.
101
101
  #
102
102
  # Parameters:
103
103
  # * {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, devices.*, or devices.attributeNames.
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, devices.*, or devices.attributeNames.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -88,7 +88,7 @@ module PlatformRest
88
88
  # The client must be configured with a valid api
89
89
  # access token to call this action. The token
90
90
  # must include at least one of the following scopes:
91
- # all.Application, all.Organization, all.User, devices.*, or devices.delete.
91
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.delete.
92
92
  #
93
93
  # Parameters:
94
94
  # * {string} applicationId - ID associated with the application
@@ -136,7 +136,7 @@ module PlatformRest
136
136
  # The client must be configured with a valid api
137
137
  # access token to call this action. The token
138
138
  # must include at least one of the following scopes:
139
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.deviceNames.
139
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.deviceNames.
140
140
  #
141
141
  # Parameters:
142
142
  # * {string} applicationId - ID associated with the application
@@ -185,7 +185,7 @@ module PlatformRest
185
185
  # The client must be configured with a valid api
186
186
  # access token to call this action. The token
187
187
  # must include at least one of the following scopes:
188
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.export.
188
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.export.
189
189
  #
190
190
  # Parameters:
191
191
  # * {string} applicationId - ID associated with the application
@@ -235,7 +235,7 @@ module PlatformRest
235
235
  # The client must be configured with a valid api
236
236
  # access token to call this action. The token
237
237
  # must include at least one of the following scopes:
238
- # all.Application, all.Application.read, all.Device, all.Device.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.get.
238
+ # all.Application, all.Application.bounded, all.Application.read, all.Device, all.Device.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.get.
239
239
  #
240
240
  # Parameters:
241
241
  # * {string} applicationId - ID associated with the application
@@ -308,7 +308,7 @@ module PlatformRest
308
308
  # The client must be configured with a valid api
309
309
  # access token to call this action. The token
310
310
  # must include at least one of the following scopes:
311
- # all.Application, all.Application.read, all.Device, all.Device.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.getCompositeState.
311
+ # all.Application, all.Application.bounded, all.Application.read, all.Device, all.Device.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.getCompositeState.
312
312
  #
313
313
  # Parameters:
314
314
  # * {string} applicationId - ID associated with the application
@@ -369,7 +369,7 @@ module PlatformRest
369
369
  # The client must be configured with a valid api
370
370
  # access token to call this action. The token
371
371
  # must include at least one of the following scopes:
372
- # all.Application, all.Organization, all.User, devices.*, or devices.patch.
372
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.patch.
373
373
  #
374
374
  # Parameters:
375
375
  # * {string} applicationId - ID associated with the application
@@ -417,7 +417,7 @@ module PlatformRest
417
417
  # The client must be configured with a valid api
418
418
  # access token to call this action. The token
419
419
  # must include at least one of the following scopes:
420
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.payloadCounts.
420
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.payloadCounts.
421
421
  #
422
422
  # Parameters:
423
423
  # * {string} applicationId - ID associated with the application
@@ -463,7 +463,7 @@ module PlatformRest
463
463
  # The client must be configured with a valid api
464
464
  # access token to call this action. The token
465
465
  # must include at least one of the following scopes:
466
- # all.Application, all.Organization, all.User, devices.*, or devices.post.
466
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.post.
467
467
  #
468
468
  # Parameters:
469
469
  # * {string} applicationId - ID associated with the application
@@ -514,7 +514,7 @@ module PlatformRest
514
514
  # The client must be configured with a valid api
515
515
  # access token to call this action. The token
516
516
  # must include at least one of the following scopes:
517
- # all.Application, all.Organization, all.User, devices.*, or devices.removeData.
517
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.removeData.
518
518
  #
519
519
  # Parameters:
520
520
  # * {string} applicationId - ID associated with the application
@@ -561,7 +561,7 @@ module PlatformRest
561
561
  # The client must be configured with a valid api
562
562
  # access token to call this action. The token
563
563
  # must include at least one of the following scopes:
564
- # all.Application, all.Organization, all.User, devices.*, or devices.restore.
564
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.restore.
565
565
  #
566
566
  # Parameters:
567
567
  # * {string} applicationId - ID associated with the application
@@ -609,7 +609,7 @@ module PlatformRest
609
609
  # The client must be configured with a valid api
610
610
  # access token to call this action. The token
611
611
  # must include at least one of the following scopes:
612
- # all.Application, all.Device, all.Organization, all.User, devices.*, or devices.sendCommand.
612
+ # all.Application, all.Application.bounded, all.Device, all.Organization, all.Organization.bounded, all.User, all.User.bounded, devices.*, or devices.sendCommand.
613
613
  #
614
614
  # Parameters:
615
615
  # * {string} applicationId - ID associated with the application
@@ -657,7 +657,7 @@ module PlatformRest
657
657
  # The client must be configured with a valid api
658
658
  # access token to call this action. The token
659
659
  # must include at least one of the following scopes:
660
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.tagKeys.
660
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.tagKeys.
661
661
  #
662
662
  # Parameters:
663
663
  # * {string} applicationId - ID associated with the application
@@ -706,7 +706,7 @@ module PlatformRest
706
706
  # The client must be configured with a valid api
707
707
  # access token to call this action. The token
708
708
  # must include at least one of the following scopes:
709
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.tagValues.
709
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, devices.*, or devices.tagValues.
710
710
  #
711
711
  # Parameters:
712
712
  # * {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, edgeDeployment.*, or edgeDeployment.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, edgeDeployment.*, or edgeDeployment.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {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, edgeDeployments.*, or edgeDeployments.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, edgeDeployments.*, or edgeDeployments.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, edgeDeployments.*, or edgeDeployments.release.
100
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, edgeDeployments.*, or edgeDeployments.release.
101
101
  #
102
102
  # Parameters:
103
103
  # * {string} applicationId - ID associated with the application
@@ -144,7 +144,7 @@ module PlatformRest
144
144
  # The client must be configured with a valid api
145
145
  # access token to call this action. The token
146
146
  # must include at least one of the following scopes:
147
- # all.Application, all.Organization, all.User, edgeDeployments.*, or edgeDeployments.remove.
147
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, edgeDeployments.*, or edgeDeployments.remove.
148
148
  #
149
149
  # Parameters:
150
150
  # * {string} applicationId - ID associated with the application
@@ -191,7 +191,7 @@ module PlatformRest
191
191
  # The client must be configured with a valid api
192
192
  # access token to call this action. The token
193
193
  # must include at least one of the following scopes:
194
- # all.Application, all.Organization, all.User, edgeDeployments.*, or edgeDeployments.replace.
194
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, edgeDeployments.*, or edgeDeployments.replace.
195
195
  #
196
196
  # Parameters:
197
197
  # * {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, embeddedDeployment.*, or embeddedDeployment.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, embeddedDeployment.*, or embeddedDeployment.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {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, embeddedDeployments.*, or embeddedDeployments.export.
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, embeddedDeployments.*, or embeddedDeployments.export.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, embeddedDeployments.*, or embeddedDeployments.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, embeddedDeployments.*, or embeddedDeployments.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -141,7 +141,7 @@ module PlatformRest
141
141
  # The client must be configured with a valid api
142
142
  # access token to call this action. The token
143
143
  # must include at least one of the following scopes:
144
- # all.Application, all.Organization, all.User, embeddedDeployments.*, or embeddedDeployments.release.
144
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, embeddedDeployments.*, or embeddedDeployments.release.
145
145
  #
146
146
  # Parameters:
147
147
  # * {string} applicationId - ID associated with the application
@@ -188,7 +188,7 @@ module PlatformRest
188
188
  # The client must be configured with a valid api
189
189
  # access token to call this action. The token
190
190
  # must include at least one of the following scopes:
191
- # all.Application, all.Organization, all.User, embeddedDeployments.*, or embeddedDeployments.remove.
191
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, embeddedDeployments.*, or embeddedDeployments.remove.
192
192
  #
193
193
  # Parameters:
194
194
  # * {string} applicationId - ID associated with the application
@@ -235,7 +235,7 @@ module PlatformRest
235
235
  # The client must be configured with a valid api
236
236
  # access token to call this action. The token
237
237
  # must include at least one of the following scopes:
238
- # all.Application, all.Organization, all.User, embeddedDeployments.*, or embeddedDeployments.replace.
238
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, embeddedDeployments.*, or embeddedDeployments.replace.
239
239
  #
240
240
  # Parameters:
241
241
  # * {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.Organization, all.User, event.*, or event.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, event.*, or event.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, event.*, or event.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, event.*, or event.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, event.*, or event.patch.
132
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, event.*, or event.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {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, events.*, or events.delete.
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, events.*, or events.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -88,7 +88,7 @@ module PlatformRest
88
88
  # The client must be configured with a valid api
89
89
  # access token to call this action. The token
90
90
  # must include at least one of the following scopes:
91
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, events.*, or events.export.
91
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, events.*, or events.export.
92
92
  #
93
93
  # Parameters:
94
94
  # * {string} applicationId - ID associated with the application
@@ -134,7 +134,7 @@ module PlatformRest
134
134
  # The client must be configured with a valid api
135
135
  # access token to call this action. The token
136
136
  # must include at least one of the following scopes:
137
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, events.*, or events.get.
137
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, events.*, or events.get.
138
138
  #
139
139
  # Parameters:
140
140
  # * {string} applicationId - ID associated with the application
@@ -195,7 +195,7 @@ module PlatformRest
195
195
  # The client must be configured with a valid api
196
196
  # access token to call this action. The token
197
197
  # must include at least one of the following scopes:
198
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, events.*, or events.mostRecentBySeverity.
198
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, events.*, or events.mostRecentBySeverity.
199
199
  #
200
200
  # Parameters:
201
201
  # * {string} applicationId - ID associated with the application
@@ -243,7 +243,7 @@ module PlatformRest
243
243
  # The client must be configured with a valid api
244
244
  # access token to call this action. The token
245
245
  # must include at least one of the following scopes:
246
- # all.Application, all.Organization, all.User, events.*, or events.patch.
246
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, events.*, or events.patch.
247
247
  #
248
248
  # Parameters:
249
249
  # * {string} applicationId - ID associated with the application
@@ -304,7 +304,7 @@ module PlatformRest
304
304
  # The client must be configured with a valid api
305
305
  # access token to call this action. The token
306
306
  # must include at least one of the following scopes:
307
- # all.Application, all.Organization, all.User, events.*, or events.post.
307
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, events.*, or events.post.
308
308
  #
309
309
  # Parameters:
310
310
  # * {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.cli, all.Organization, all.User, all.User.cli, experience.*, or experience.bootstrap.
40
+ # all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experience.*, or experience.bootstrap.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -84,7 +84,7 @@ module PlatformRest
84
84
  # The client must be configured with a valid api
85
85
  # access token to call this action. The token
86
86
  # must include at least one of the following scopes:
87
- # all.Application, all.Organization, all.User, experience.*, or experience.delete.
87
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experience.*, or experience.delete.
88
88
  #
89
89
  # Parameters:
90
90
  # * {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.Organization, all.User, experienceDomain.*, or experienceDomain.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceDomain.*, or experienceDomain.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceDomain.*, or experienceDomain.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceDomain.*, or experienceDomain.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceDomain.*, or experienceDomain.patch.
132
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceDomain.*, or experienceDomain.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {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.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceDomains.*, or experienceDomains.get.
40
+ # all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceDomains.*, or experienceDomains.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceDomains.*, or experienceDomains.post.
84
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceDomains.*, or experienceDomains.post.
85
85
  #
86
86
  # Parameters:
87
87
  # * {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.Organization, all.User, experienceEndpoint.*, or experienceEndpoint.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceEndpoint.*, or experienceEndpoint.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, experienceEndpoint.*, or experienceEndpoint.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, experienceEndpoint.*, or experienceEndpoint.get.
89
89
  #
90
90
  # Parameters:
91
91
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceEndpoint.*, or experienceEndpoint.linkedResources.
136
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceEndpoint.*, or experienceEndpoint.linkedResources.
137
137
  #
138
138
  # Parameters:
139
139
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceEndpoint.*, or experienceEndpoint.patch.
186
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceEndpoint.*, or experienceEndpoint.patch.
187
187
  #
188
188
  # Parameters:
189
189
  # * {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, experienceEndpoints.*, or experienceEndpoints.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, experienceEndpoints.*, or experienceEndpoints.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -95,7 +95,7 @@ module PlatformRest
95
95
  # The client must be configured with a valid api
96
96
  # access token to call this action. The token
97
97
  # must include at least one of the following scopes:
98
- # all.Application, all.Organization, all.User, experienceEndpoints.*, or experienceEndpoints.post.
98
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceEndpoints.*, or experienceEndpoints.post.
99
99
  #
100
100
  # Parameters:
101
101
  # * {string} applicationId - ID associated with the application
@@ -142,7 +142,7 @@ module PlatformRest
142
142
  # The client must be configured with a valid api
143
143
  # access token to call this action. The token
144
144
  # must include at least one of the following scopes:
145
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceEndpoints.*, or experienceEndpoints.stats.
145
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceEndpoints.*, or experienceEndpoints.stats.
146
146
  #
147
147
  # Parameters:
148
148
  # * {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.Organization, all.User, experienceGroup.*, or experienceGroup.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceGroup.*, or experienceGroup.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceGroup.*, or experienceGroup.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceGroup.*, or experienceGroup.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceGroup.*, or experienceGroup.patch.
136
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceGroup.*, or experienceGroup.patch.
137
137
  #
138
138
  # Parameters:
139
139
  # * {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, experienceGroups.*, or experienceGroups.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, experienceGroups.*, or experienceGroups.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -96,7 +96,7 @@ module PlatformRest
96
96
  # The client must be configured with a valid api
97
97
  # access token to call this action. The token
98
98
  # must include at least one of the following scopes:
99
- # all.Application, all.Organization, all.User, experienceGroups.*, or experienceGroups.post.
99
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceGroups.*, or experienceGroups.post.
100
100
  #
101
101
  # Parameters:
102
102
  # * {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.Organization, all.User, experienceSlug.*, or experienceSlug.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceSlug.*, or experienceSlug.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceSlug.*, or experienceSlug.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceSlug.*, or experienceSlug.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceSlug.*, or experienceSlug.patch.
132
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceSlug.*, or experienceSlug.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {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.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceSlugs.*, or experienceSlugs.get.
40
+ # all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceSlugs.*, or experienceSlugs.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceSlugs.*, or experienceSlugs.post.
84
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceSlugs.*, or experienceSlugs.post.
85
85
  #
86
86
  # Parameters:
87
87
  # * {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.Organization, all.User, experienceUser.*, or experienceUser.delete.
40
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceUser.*, or experienceUser.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceUser.*, or experienceUser.get.
86
+ # all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, experienceUser.*, or experienceUser.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Organization, all.User, experienceUser.*, or experienceUser.patch.
132
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceUser.*, or experienceUser.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {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, experienceUsers.*, or experienceUsers.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, experienceUsers.*, or experienceUsers.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -100,7 +100,7 @@ module PlatformRest
100
100
  # The client must be configured with a valid api
101
101
  # access token to call this action. The token
102
102
  # must include at least one of the following scopes:
103
- # all.Application, all.Organization, all.User, experienceUsers.*, or experienceUsers.post.
103
+ # all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, experienceUsers.*, or experienceUsers.post.
104
104
  #
105
105
  # Parameters:
106
106
  # * {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.cli, all.Organization, all.User, all.User.cli, experienceVersion.*, or experienceVersion.delete.
40
+ # all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceVersion.*, or experienceVersion.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceVersion.*, or experienceVersion.get.
86
+ # all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceVersion.*, or experienceVersion.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -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.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceVersion.*, or experienceVersion.patch.
132
+ # all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceVersion.*, or experienceVersion.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {string} applicationId - ID associated with the application