mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-sod-exempt-criteria | SodExemptCriteria | SodExemptCriteria | SodExemptCriteria | powershellsdk |
|
/tools/sdk/powershell/beta/models/sod-exempt-criteria |
|
SodExemptCriteria
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Existing | Boolean | If the entitlement already belonged to the user or not. | [optional] [default to $false] |
| Type | DtoType | [optional] | |
| Id | String | Entitlement ID | [optional] |
| Name | String | Entitlement name | [optional] |
Examples
- Prepare the resource
$SodExemptCriteria = Initialize-PSSailpoint.BetaSodExemptCriteria -Existing true `
-Type null `
-Id 2c918085771e9d3301773b3cb66f6398 `
-Name My HR Entitlement
- Convert the resource to JSON
$SodExemptCriteria | ConvertTo-JSON