Box · Schema

Integration mapping options for type Slack

The schema for an integration mapping options object for Slack type.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
is_access_management_disabled boolean Indicates whether or not channel member access to the underlying box item should be automatically managed. Depending on type of channel, access is managed through creating collaborations or shared lin
View JSON Schema on GitHub

JSON Schema

box-integrationmappingslackoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationMappingSlackOptions",
  "title": "Integration mapping options for type Slack",
  "type": "object",
  "description": "The schema for an integration mapping options object for Slack type.",
  "properties": {
    "is_access_management_disabled": {
      "type": "boolean",
      "example": true,
      "description": "Indicates whether or not channel member\naccess to the underlying box item\nshould be automatically managed.\nDepending on type of channel, access is managed\nthrough creating collaborations or shared links.",
      "nullable": false
    }
  }
}