mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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-exception-criteria | ExceptionCriteria | ExceptionCriteria | ExceptionCriteria | powershellsdk |
|
/tools/sdk/powershell/beta/models/exception-criteria |
|
ExceptionCriteria
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CriteriaList | []ExceptionCriteriaCriteriaListInner | List of exception criteria. There is a min of 1 and max of 50 items in the list. | [optional] |
Examples
- Prepare the resource
$ExceptionCriteria = Initialize-BetaExceptionCriteria -CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, existing=true}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, existing=false}]
- Convert the resource to JSON
$ExceptionCriteria | ConvertTo-JSON