Skip to main content

Update Native Change Detection Configuration

PUT 

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

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.

A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The source id

    Example: 2c9180835d191a86015d28455b4a2329

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    enabled boolean

    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

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

    allNonEntitlementAttributes boolean

    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.

Responses

Updated native change detection configuration for a source

Schema

    enabled boolean

    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

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

    allNonEntitlementAttributes boolean

    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...