CorrelationConfigAttributeAssignmentsInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Property | String | The property of the attribute assignment. | [optional] |
Value | String | The value of the attribute assignment. | [optional] |
Operation | Enum [ "EQ" ] | The operation of the attribute assignment. | [optional] |
Complex | Boolean | Whether or not the it's a complex attribute assignment. | [optional] [default to $false] |
IgnoreCase | Boolean | Whether or not the attribute assignment should ignore case. | [optional] [default to $false] |
MatchMode | Enum [ "ANYWHERE", "START", "END" ] | The match mode of the attribute assignment. | [optional] |
FilterString | String | The filter string of the attribute assignment. | [optional] |
Examples
- Prepare the resource
$CorrelationConfigAttributeAssignmentsInner = Initialize-PSSailpoint.V2024CorrelationConfigAttributeAssignmentsInner -Property first_name `
-Value firstName `
-Operation EQ `
-Complex false `
-IgnoreCase false `
-MatchMode ANYWHERE `
-FilterString first_name == "John"
- Convert the resource to JSON
$CorrelationConfigAttributeAssignmentsInner | ConvertTo-JSON