Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ExceptionCriteria.md
2025-05-07 14:37:48 +00:00

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
v2024-exception-criteria ExceptionCriteria ExceptionCriteria ExceptionCriteria powershellsdk
powershell
PowerShell
sdk
ExceptionCriteria
V2024ExceptionCriteria
/tools/sdk/powershell/v2024/models/exception-criteria
SDK
Software Development Kit
ExceptionCriteria
V2024ExceptionCriteria

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-V2024ExceptionCriteria  -CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, existing=true}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, existing=false}]
  • Convert the resource to JSON
$ExceptionCriteria | ConvertTo-JSON

[Back to top]