Create request to provision a potential role into an actual role.
POST {{baseUrl}}/role-mining-sessions/:sessionId/potential-roles/:potentialRoleId/provision
This method starts a job to provision a potential role
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
min-entitlement-popularity | number | Minimum popularity required for an entitlement to be included in the provisioned role. | |
include-common-access | boolean | Boolean determining whether common access entitlements will be included in the provisioned role. |
Request Body
{"roleName"=>"Finance - Accounting", "roleDescription"=>"General access for accounting department", "ownerId"=>"2b568c65bc3c4c57a43bd97e3a8e41", "includeIdentities"=>true, "directlyAssignedEntitlements"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |