Skip to main content

Patch a role mining session

PATCH 

/role-mining-sessions/:sessionId

The method updates an existing role mining session using PATCH. Supports op in {"replace"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.

Request

Path Parameters

    sessionId stringrequired

    The role mining session id to be patched

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb

Body

arrayrequired

Replace pruneThreshold and/or minNumIdentitiesInPotentialRole in role mining session. Update saved status or saved name for a role mining session.

  • Array [
  • op stringrequired

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

    The operation to be performed

    path stringrequired

    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

    oneOf

    string

  • ]

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...