Skip to main content

CampaignFilterDetailsCriteriaListInner

Properties

NameTypeDescriptionNotes
TypeCriteriaType[required]
OperationOperation[required]
PropertyStringSpecified key from the type of criteria.[required]
ValueStringValue for the specified key from the type of criteria.[required]

Examples

  • Prepare the resource
$CampaignFilterDetailsCriteriaListInner = Initialize-PSSailpoint.V2024CampaignFilterDetailsCriteriaListInner  -Type null `
-Operation null `
-Property displayName `
-Value Allie
  • Convert the resource to JSON
$CampaignFilterDetailsCriteriaListInner | ConvertTo-JSON

[Back to top]