Automated commit by github action: 4938555135

This commit is contained in:
GitHub Action Bot
2023-05-10 15:11:17 +00:00
parent f1f86ee99a
commit 05064d6b58
2 changed files with 12 additions and 0 deletions

View File

@@ -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:

View File

@@ -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]