mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.0 KiB
1.0 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-dimension-criteria-key | DimensionCriteriaKey | DimensionCriteriaKey | DimensionCriteriaKey | powershellsdk |
|
/tools/sdk/powershell/v2024/models/dimension-criteria-key |
|
DimensionCriteriaKey
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | DimensionCriteriaKeyType | [required] | |
| Property | String | The name of the identity attribute to which the associated criteria applies. | [required] |
Examples
- Prepare the resource
$DimensionCriteriaKey = Initialize-V2024DimensionCriteriaKey -Type null `
-Property attribute.email
- Convert the resource to JSON
$DimensionCriteriaKey | ConvertTo-JSON