mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
added new schema to entitlement docs
This commit is contained in:
@@ -18,7 +18,15 @@ tags: ['Connectivity', 'Connector Command']
|
||||
|
||||
```javascript
|
||||
{
|
||||
"type": "group"
|
||||
"type": "group",
|
||||
"stateful": "true",
|
||||
"state": {
|
||||
"date": "4/23/2024"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"includePermissions": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -33,10 +41,15 @@ tags: ['Connectivity', 'Connector Command']
|
||||
}
|
||||
},
|
||||
"type": "group",
|
||||
"deleted": false,
|
||||
"attributes": {
|
||||
"id": "administrator",
|
||||
"name": "Administrator"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"target": "SYSADMIN",
|
||||
"rights": "useAccounts,retrieveAccounts"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -32,7 +32,11 @@ To use this command, you must specify this value in the `commands` array: `std:e
|
||||
"id": "john.doe"
|
||||
}
|
||||
},
|
||||
"type": "group"
|
||||
"type": "group",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"includePermissions": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -47,10 +51,15 @@ To use this command, you must specify this value in the `commands` array: `std:e
|
||||
}
|
||||
},
|
||||
"type": "group",
|
||||
"deleted": false,
|
||||
"attributes": {
|
||||
"id": "administrator",
|
||||
"name": "Administrator"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"target": "SYSADMIN",
|
||||
"rights": "useAccounts,retrieveAccounts"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user