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

1.2 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
v2025-role-criteria-key RoleCriteriaKey RoleCriteriaKey RoleCriteriaKey powershellsdk
powershell
PowerShell
sdk
RoleCriteriaKey
V2025RoleCriteriaKey
/tools/sdk/powershell/v2025/models/role-criteria-key
SDK
Software Development Kit
RoleCriteriaKey
V2025RoleCriteriaKey

RoleCriteriaKey

Properties

Name Type Description Notes
Type RoleCriteriaKeyType [required]
Property String The name of the attribute or entitlement to which the associated criteria applies. [required]
SourceId String ID of the Source from which an account attribute or entitlement is drawn. Required if type is ACCOUNT or ENTITLEMENT [optional]

Examples

  • Prepare the resource
$RoleCriteriaKey = Initialize-V2025RoleCriteriaKey  -Type null `
 -Property attribute.email `
 -SourceId 2c9180867427f3a301745aec18211519
  • Convert the resource to JSON
$RoleCriteriaKey | ConvertTo-JSON

[Back to top]