Create Appstore Requestable Permission

Create a permission attached to an App in the AppStore.

Required fields:

  • app-identifier. The App should be identified either by app_id or app_class_id + app_instance_id.
  • label

Defaults:

  • request_config:
    • appstore_visibility: HIDDEN
    • allowed_groups:
      • type: ALL_GROUPS
      • groups: []
    • request_approval_config
      • manager_approval: NONE
      • request_approval_stages: []
    • request_fulfillment_config
      • manual_steps_needed: false
  • All other fields will have null values by default.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!