mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-criteria-key | RoleCriteriaKey | RoleCriteriaKey | RoleCriteriaKey | powershellsdk |
|
/tools/sdk/powershell/beta/models/role-criteria-key |
|
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-BetaRoleCriteriaKey -Type null `
-Property attribute.email `
-SourceId 2c9180867427f3a301745aec18211519
- Convert the resource to JSON
$RoleCriteriaKey | ConvertTo-JSON