Integration mapping
A standard representation of an integration
mapping object.
        
        
- Source:
 
Members
box_item :schemas.FolderMini
    The Box folder, to which the object from the
partner app domain (referenced in `partner_item_id`) is mapped
    Type:
- schemas.FolderMini
 
- Source:
 
created_at :string
    When the integration mapping object was created
Example: 2012-12-12T10:53:43-08:00
    Type:
- string
 
- Source:
 
created_by :schemas.UserIntegrationMappings
    An object representing the user who
created the integration mapping
    Type:
- schemas.UserIntegrationMappings
 
- Source:
 
is_manually_created :boolean
    Identifies whether the mapping has
been manually set
(as opposed to being automatically created)
Example: true
    Type:
- boolean
 
- Source:
 
modified_at :string
    When the integration mapping object was last modified
Example: 2012-12-12T10:53:43-08:00
    Type:
- string
 
- Source:
 
modified_by :schemas.UserIntegrationMappings
    The user who
last modified the integration mapping
    Type:
- schemas.UserIntegrationMappings
 
- Source:
 
options :schemas.IntegrationMappingSlackOptions
    Integration mapping options for Slack
Example: [object Object]
    Type:
- schemas.IntegrationMappingSlackOptions
 
- Source:
 
partner_item :schemas.IntegrationMappingPartnerItemSlack
    Mapped item object for Slack
    Type:
- schemas.IntegrationMappingPartnerItemSlack
 
- Source:
 
type :'integration_mapping'
    Mapping type
Example: integration_mapping
    Type:
- 'integration_mapping'
 
- Source: