CampaignFilterDetailsCriteriaListInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | CriteriaType | [required] | |
Operation | Operation | [required] | |
Property | String | Specified key from the type of criteria. | [required] |
Value | String | Value 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