mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 3847581217
This commit is contained in:
@@ -102,24 +102,21 @@ patch:
|
|||||||
tags:
|
tags:
|
||||||
- Sources
|
- Sources
|
||||||
summary: Update Source Schema (Partial)
|
summary: Update Source Schema (Partial)
|
||||||
description: >-
|
description: |
|
||||||
Use this API to selectively update an existing Schema using a JSONPatch payload.
|
Use this API to selectively update an existing Schema using a JSONPatch payload.
|
||||||
|
|
||||||
The following schema fields are immutable and cannot be updated:
|
The following schema fields are immutable and cannot be updated:
|
||||||
|
|
||||||
* id
|
- id
|
||||||
|
- name
|
||||||
* name
|
- created
|
||||||
|
- modified
|
||||||
* 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`
|
- `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:
|
- 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
|
```json
|
||||||
{
|
{
|
||||||
"name": "groups",
|
"name": "groups",
|
||||||
|
|||||||
@@ -101,24 +101,21 @@ patch:
|
|||||||
tags:
|
tags:
|
||||||
- Sources
|
- Sources
|
||||||
summary: Update Source Schema (Partial)
|
summary: Update Source Schema (Partial)
|
||||||
description: >-
|
description: |
|
||||||
Use this API to selectively update an existing Schema using a JSONPatch payload.
|
Use this API to selectively update an existing Schema using a JSONPatch payload.
|
||||||
|
|
||||||
The following schema fields are immutable and cannot be updated:
|
The following schema fields are immutable and cannot be updated:
|
||||||
|
|
||||||
* id
|
- id
|
||||||
|
- name
|
||||||
* name
|
- created
|
||||||
|
- modified
|
||||||
* 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`
|
- `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:
|
- 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
|
```json
|
||||||
{
|
{
|
||||||
"name": "groups",
|
"name": "groups",
|
||||||
|
|||||||
Reference in New Issue
Block a user