Automated commit by github action: 3847581217

This commit is contained in:
GitHub Action Bot
2023-01-05 14:28:02 +00:00
parent e4f18fca54
commit d3b5a3a763
2 changed files with 16 additions and 22 deletions

View File

@@ -102,24 +102,21 @@ patch:
tags:
- Sources
summary: Update Source Schema (Partial)
description: >-
description: |
Use this API to selectively update an existing Schema using a JSONPatch payload.
The following schema fields are immutable and cannot be updated:
* id
* name
* created
* modified
- id
- name
- created
- modified
To switch an account attribute to a group, you need to have the following in place:
To switch an account attribute to a group entitlement, you need to have the following in place:
* `isEntitlement: true`
* Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group:
- `isEntitlement: true`
- Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group:
```json
{
"name": "groups",

View File

@@ -101,24 +101,21 @@ patch:
tags:
- Sources
summary: Update Source Schema (Partial)
description: >-
description: |
Use this API to selectively update an existing Schema using a JSONPatch payload.
The following schema fields are immutable and cannot be updated:
* id
* name
* created
* modified
- id
- name
- created
- modified
To switch an account attribute to a group, you need to have the following in place:
To switch an account attribute to a group entitlement, you need to have the following in place:
* `isEntitlement: true`
* Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group:
- `isEntitlement: true`
- Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group:
```json
{
"name": "groups",