Skip to main content

DimensionCriteriaKey

Properties

NameTypeDescriptionNotes
TypeDimensionCriteriaKeyType[required]
PropertyStringThe name of the identity attribute to which the associated criteria applies.[required]

Examples

  • Prepare the resource
$DimensionCriteriaKey = Initialize-PSSailpoint.V2024DimensionCriteriaKey  -Type null `
-Property attribute.email
  • Convert the resource to JSON
$DimensionCriteriaKey | ConvertTo-JSON

[Back to top]