mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Automated commit by github action: 3847581217
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user