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

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
powershell
PowerShell
sdk
DimensionCriteriaKey
V2024DimensionCriteriaKey
/tools/sdk/powershell/v2024/models/dimension-criteria-key
SDK
Software Development Kit
DimensionCriteriaKey
V2024DimensionCriteriaKey

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

[Back to top]