Remove entitlement value
Remove an entitlement value from an entitlement in Okta Identity Governance.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
Entitlement |
|||
|
ID |
The unique identifier of the entitlement. |
Text | TRUE |
|
Entitlement Value |
|||
|
ID |
The unique identifier of the entitlement value. |
Text | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
|
Entitlement |
||
|
Raw Output |
The raw JSON response from the API. |
Object |
|
ID |
The unique identifier of the entitlement. |
Text |
|
Name |
The display name of the entitlement property. |
Text |
|
External Value |
The value of the entitlement property. |
Text |
|
Description |
A description of the entitlement property. |
Text |
|
Data Type |
The data type of the entitlement property. If the entitlement property is multi-valued, the data type is replaced with an array. |
Text |
|
Multi Value |
If true, the property can hold multiple values. If true, the data type is replaced with an array. |
True/False |
|
Required |
If true, the entitlement property is a required attribute. |
True/False |
|
Values |
List of Objects | |
|
ID |
The unique identifier of the entitlement value |
Text |
|
Name |
The display name for the entitlement value. |
Text |
|
Description |
A description of the entitlement value. |
Text |
|
External Value |
The value of the entitlement property. |
Text |
|
External ID |
The unique identifier of an entitlement property value in the downstream app. This value is read-only. |
Text |
|
Links |
The links that are available in the list response. |
Object |
|
Self |
A link to a related RESTful resource. |
Object |
|
Values |
The values of the related RESTful resource. |
Object |
Removing all entitlement value isn't possible through UI but can be achieved through API.
