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

1.3 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-dimension-criteria-level3 DimensionCriteriaLevel3 DimensionCriteriaLevel3 DimensionCriteriaLevel3 powershellsdk
powershell
PowerShell
sdk
DimensionCriteriaLevel3
V2025DimensionCriteriaLevel3
/tools/sdk/powershell/v2025/models/dimension-criteria-level3
SDK
Software Development Kit
DimensionCriteriaLevel3
V2025DimensionCriteriaLevel3

DimensionCriteriaLevel3

Properties

Name Type Description Notes
Operation DimensionCriteriaOperation [optional]
Key DimensionCriteriaKey [optional]
StringValue String String value to test the Identity attribute specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, this field is required. Otherwise, specifying it is an error. [optional]

Examples

  • Prepare the resource
$DimensionCriteriaLevel3 = Initialize-V2025DimensionCriteriaLevel3  -Operation null `
 -Key null `
 -StringValue carlee.cert1c9f9b6fd@mailinator.com
  • Convert the resource to JSON
$DimensionCriteriaLevel3 | ConvertTo-JSON

[Back to top]