Skip to main content

Native Change Detection Configuration

GET 

/sources/:sourceId/native-change-detection-config

This API returns the existing native change detection configuration for a source specified by the given ID. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The source id

    Example: 2c9180835d191a86015d28455b4a2329

Responses

Native change detection configuration for a source

Schema
    enabled boolean

    Default value: false

    A flag indicating if Native Change Detection is enabled for a source.

    operations string[]

    Possible values: [ACCOUNT_UPDATED, ACCOUNT_CREATED, ACCOUNT_DELETED]

    Operation types for which Native Change Detection is enabled for a source.

    allEntitlements boolean

    Default value: false

    A flag indicating that all entitlements participate in Native Change Detection.

    allNonEntitlementAttributes boolean

    Default value: false

    A flag indicating that all non-entitlement account attributes participate in Native Change Detection.

    selectedEntitlements string[]

    If allEntitlements flag is off this field lists entitlements that participate in Native Change Detection.

    selectedNonEntitlementAttributes string[]

    If allNonEntitlementAttributes flag is off this field lists non-entitlement account attributes that participate in Native Change Detection.

Loading...