Service Graph Connector for Jamf properties

  • Release version: Washingtondc
  • Updated January 30, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Service Graph Connector for Jamf Properties

    The Service Graph Connector for Jamf provides essential connection properties that control its behavior. This allows ServiceNow customers to configure how their connector interacts with Jamf, ensuring efficient data synchronization and management of application records and device data.

    Show full answer Show less

    Key Features

    • Authentication Types: Choose between Basic, Bearer, or OAuth 2.0 for secure connections. Note that Bearer is the default for out-of-the-box connections, while additional connections can use Basic and Bearer only.
    • Managed Applications Import: Set the importmanagedappsonly property to true to import only managed application records.
    • Delta Imports for Computers: The isdeltaenabledforcomputers property allows pulling only changes between imports, enhancing efficiency (requires usejamfproapi to be true).
    • Delta Imports for Mobile Devices: Similar to computers, the isdeltaenabledformobiles property enables change-only imports for mobile device records (requires usejamfmobileproapi to be true).
    • API Selection: Choose between Jamf Pro and Jamf Classic APIs for querying records, with the Pro API offering better performance and pagination support (available for Jamf version 11.4 and higher).

    Key Outcomes

    By properly configuring these connection properties, ServiceNow customers can ensure more precise data imports, improved performance, and efficient management of their Jamf environment. This leads to better resource utilization and streamlined operations within their ServiceNow platform.

    Service Graph Connector for Jamf properties control the behavior of the connector.

    Connection properties

    These connection properties are available for the Service Graph Connector for Jamf.
    Note:
    To open the Service Graph Connection Properties [sn_cmdb_int_util_service_graph_connection_property] table for the connector, navigate to All > Service Graph Connectors > Jamf > Connections, and select the connection name. The connection properties are displayed in the Service Graph Connection Properties related list.
    Table 1. Connection properties for Service Graph Connector for Jamf
    Property Description

    auth_type

    Set the property to basic to use Basic authentication for the connection. This authentication type uses a user name and password.

    Set the property to oauth to use Client credentials (OAuth 2.0) authentication for the connection. This authentication type uses a client ID and client secret.

    The default Bearer token authentication type uses a user name and password to retrieve a token for subsequent connection requests.

    • Type: basic | bearer | oauth
    • Default value: bearer
    Note:
    • For an OOB default connection, any of the three authentication types can be used.
    • For additional connections (multi-instance), only the Basic and Bearer authentication types can be used. To use the Client credentials (OAuth 2.0) authentication type, follow the guided setup to configure client authentication credentials for the connection. See Configure Service Graph Connector for Jamf using the guided setup.

    import_managed_apps_only

    Set the property to true to import only managed application records.

    When the property is set to false, all application records are imported.

    • Type: true | false
    • Default value: false

    is_delta_enabled_for_computers

    Set the property to true to enable the SG-Jamf Computers data source to pull only the changes (delta) between consecutive imports.

    When the property is set to false, a full import is performed with every pull.

    Note:
    This property is available only if the use_jamf_pro_api property is set to true.
    • Type: true | false
    • Default value: false

    See Configuring data synchronization in Service Graph Connector for Jamf.

    is_delta_enabled_for_mobiles

    Set the property to true to enable the SG-Jamf Mobile Devices data source to pull only the changes (delta) between consecutive imports.

    When the property is set to false, a full import is performed with every pull.

    Note:
    This property is available only if the use_jamf_mobile_pro_api property is set to true.
    • Type: true | false
    • Default value: false

    See Configuring data synchronization in Service Graph Connector for Jamf.

    use_jamf_mobile_pro_api

    Set the property to true to use the Jamf Pro API for querying Jamf mobile device records. Set the property to false to use the Jamf Classic API.
    Note:
    The Jamf Pro API is supported by Jamf version 11.4 and higher. The Jamf Pro API supports pagination of response data and provides performance improvement compared to the Jamf Classic API.
    • Type: true | false
    • Default value: null

    use_jamf_pro_api

    Set the property to false to use the Jamf Classic API instead of the Jamf Pro API for querying Jamf mobile device records.

    When the property is set to true, the Jamf Pro API is used for querying Jamf mobile device records.

    Note:
    The Jamf Pro API is supported by Jamf version 11.4 and higher. The Jamf Pro API supports pagination of response data and provides performance improvement compared to the Jamf Classic API.
    • Type: true | false
    • Default value: true