mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update PowerShell SDK docs: 16222752227
This commit is contained in:
@@ -1723,6 +1723,7 @@ Code | Description | Data Type
|
|||||||
$SourceId = "2c9180835d191a86015d28455b4a2329" # String | The source id
|
$SourceId = "2c9180835d191a86015d28455b4a2329" # String | The source id
|
||||||
$CorrelationConfig = @"{
|
$CorrelationConfig = @"{
|
||||||
"attributeAssignments" : [ {
|
"attributeAssignments" : [ {
|
||||||
|
"sequence" : 1,
|
||||||
"filterString" : "first_name == \"John\"",
|
"filterString" : "first_name == \"John\"",
|
||||||
"ignoreCase" : false,
|
"ignoreCase" : false,
|
||||||
"complex" : false,
|
"complex" : false,
|
||||||
@@ -1731,6 +1732,7 @@ $CorrelationConfig = @"{
|
|||||||
"operation" : "EQ",
|
"operation" : "EQ",
|
||||||
"matchMode" : "ANYWHERE"
|
"matchMode" : "ANYWHERE"
|
||||||
}, {
|
}, {
|
||||||
|
"sequence" : 1,
|
||||||
"filterString" : "first_name == \"John\"",
|
"filterString" : "first_name == \"John\"",
|
||||||
"ignoreCase" : false,
|
"ignoreCase" : false,
|
||||||
"complex" : false,
|
"complex" : false,
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'CorrelationConfigAttributeAssignments
|
|||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
**Sequence** | **Int32** | The sequence of the attribute assignment. | [optional]
|
||||||
**Property** | **String** | The property of the attribute assignment. | [optional]
|
**Property** | **String** | The property of the attribute assignment. | [optional]
|
||||||
**Value** | **String** | The value of the attribute assignment. | [optional]
|
**Value** | **String** | The value of the attribute assignment. | [optional]
|
||||||
**Operation** | **Enum** [ "EQ" ] | The operation of the attribute assignment. | [optional]
|
**Operation** | **Enum** [ "EQ" ] | The operation of the attribute assignment. | [optional]
|
||||||
@@ -28,7 +29,8 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
- Prepare the resource
|
- Prepare the resource
|
||||||
```powershell
|
```powershell
|
||||||
$CorrelationConfigAttributeAssignmentsInner = Initialize-BetaCorrelationConfigAttributeAssignmentsInner -Property first_name `
|
$CorrelationConfigAttributeAssignmentsInner = Initialize-BetaCorrelationConfigAttributeAssignmentsInner -Sequence 1 `
|
||||||
|
-Property first_name `
|
||||||
-Value firstName `
|
-Value firstName `
|
||||||
-Operation EQ `
|
-Operation EQ `
|
||||||
-Complex false `
|
-Complex false `
|
||||||
|
|||||||
@@ -12094,6 +12094,7 @@
|
|||||||
$CorrelationConfig = @"
|
$CorrelationConfig = @"
|
||||||
{
|
{
|
||||||
"attributeAssignments" : [ {
|
"attributeAssignments" : [ {
|
||||||
|
"sequence" : 1,
|
||||||
"filterString" : "first_name == \"John\"",
|
"filterString" : "first_name == \"John\"",
|
||||||
"ignoreCase" : false,
|
"ignoreCase" : false,
|
||||||
"complex" : false,
|
"complex" : false,
|
||||||
@@ -12102,6 +12103,7 @@
|
|||||||
"operation" : "EQ",
|
"operation" : "EQ",
|
||||||
"matchMode" : "ANYWHERE"
|
"matchMode" : "ANYWHERE"
|
||||||
}, {
|
}, {
|
||||||
|
"sequence" : 1,
|
||||||
"filterString" : "first_name == \"John\"",
|
"filterString" : "first_name == \"John\"",
|
||||||
"ignoreCase" : false,
|
"ignoreCase" : false,
|
||||||
"complex" : false,
|
"complex" : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user