Skip to main content

Partial update of Provisioning Policy

This API selectively updates an existing Provisioning Policy using a JSONPatch payload. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.

Path Parameters
  • sourceId string required

    The Source id.

    Example: 2c9180835d191a86015d28455b4a2329
  • usageType string required

    Possible values: [CREATE, UPDATE, DELETE, ASSIGN, UNASSIGN, CREATE_GROUP, UPDATE_GROUP, DELETE_GROUP, REGISTER, CREATE_IDENTITY, UPDATE_IDENTITY, EDIT_GROUP, ENABLE, DISABLE, UNLOCK, CHANGE_PASSWORD]

    The type of ProvisioningPolicy usage.

Request Body array required

The JSONPatch payload used to update the schema.

  • op string required

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

  • path string required

    A string JSON Pointer representing the target path to an element to be affected by the operation

  • value object

    The value to be used for the operation, required for "add" and "replace" operations

    anyOf

  • string
Responses

The ProvisioningPolicyDto was successfully updated.


Schema
  • name string

    the provisioning policy name

  • description string

    the description of the provisioning policy

  • usageType string

    Possible values: [CREATE, UPDATE, DELETE, ASSIGN, UNASSIGN, CREATE_GROUP, UPDATE_GROUP, DELETE_GROUP, REGISTER, CREATE_IDENTITY, UPDATE_IDENTITY, EDIT_GROUP, ENABLE, DISABLE, UNLOCK, CHANGE_PASSWORD]

    The type of ProvisioningPolicy usage.

  • fields object[]
  • name string

    The name of the attribute.

  • transform object

    Default value: [object Object]

    The transform to apply to the field

  • attributes object

    Attributes required for the transform

  • isRequired boolean

    Default value: false

    Flag indicating whether or not the attribute is required.

  • type string

    The type of the attribute.

  • isMultiValued boolean

    Default value: false

    Flag indicating whether or not the attribute is multi-valued.

Loading...