mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Automated commit by github action: 4938555135
This commit is contained in:
@@ -46,6 +46,10 @@ post:
|
||||
description: >-
|
||||
This API generates a create policy/template based on field value transforms. This API is intended for use when
|
||||
setting up JDBC Provisioning type sources, but it will also work on other source types.
|
||||
|
||||
Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning.
|
||||
|
||||
Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/idn/docs/transforms/guides/transforms-in-provisioning-policies) for more information.
|
||||
|
||||
A token with ORG_ADMIN authority is required to call this API.
|
||||
security:
|
||||
|
||||
@@ -51,6 +51,10 @@ put:
|
||||
description: >-
|
||||
This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow.
|
||||
|
||||
Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning.
|
||||
|
||||
Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/idn/docs/transforms/guides/transforms-in-provisioning-policies) for more information.
|
||||
|
||||
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
||||
security:
|
||||
- oauth2: [idn:provisioning-policy:manage, idn:provisioning-policy-source-admin-operations:manage]
|
||||
@@ -101,6 +105,10 @@ patch:
|
||||
description: >-
|
||||
This API selectively updates an existing Provisioning Policy using a JSONPatch payload.
|
||||
|
||||
Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning.
|
||||
|
||||
Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/idn/docs/transforms/guides/transforms-in-provisioning-policies) for more information.
|
||||
|
||||
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
||||
security:
|
||||
- oauth2: [idn:provisioning-policy:update]
|
||||
|
||||
Reference in New Issue
Block a user