mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update python SDK docs: 16269863689
This commit is contained in:
@@ -32,6 +32,7 @@ id='2c9180835d191a86015d28455b4a2329',
|
||||
name='Source [source] Account Correlation',
|
||||
attribute_assignments=[
|
||||
sailpoint.beta.models.correlation_config_attribute_assignments_inner.CorrelationConfig_attributeAssignments_inner(
|
||||
sequence = 1,
|
||||
property = 'first_name',
|
||||
value = 'firstName',
|
||||
operation = 'EQ',
|
||||
|
||||
@@ -17,6 +17,7 @@ The attribute assignment of the correlation configuration.
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**sequence** | **int** | The sequence of the attribute assignment. | [optional]
|
||||
**var_property** | **str** | The property of the attribute assignment. | [optional]
|
||||
**value** | **str** | The value of the attribute assignment. | [optional]
|
||||
**operation** | **Enum** [ 'EQ' ] | The operation of the attribute assignment. | [optional]
|
||||
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
|
||||
from sailpoint.beta.models.correlation_config_attribute_assignments_inner import CorrelationConfigAttributeAssignmentsInner
|
||||
|
||||
correlation_config_attribute_assignments_inner = CorrelationConfigAttributeAssignmentsInner(
|
||||
sequence=1,
|
||||
var_property='first_name',
|
||||
value='firstName',
|
||||
operation='EQ',
|
||||
|
||||
@@ -21,5 +21,9 @@ Enum representing the type of data a schema attribute accepts.
|
||||
|
||||
* `IDENTITY` (value: `'IDENTITY'`)
|
||||
|
||||
* `PHONE` (value: `'PHONE'`)
|
||||
|
||||
* `EMAIL` (value: `'EMAIL'`)
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user