mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 13984088294
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'SourceAccountCreated', 'BetaSourceAcc
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**uuid** | **str** | Source unique identifier for the identity. UUID is generated by the source system. | [optional]
|
||||
**uuid** | **str** | Identity's universal unique identifier (UUID) on the source. The source system generates the UUID. | [required]
|
||||
**id** | **str** | SailPoint generated unique identifier. | [required]
|
||||
**native_identifier** | **str** | Unique ID of the account on the source. | [required]
|
||||
**source_id** | **str** | The ID of the source. | [required]
|
||||
**source_name** | **str** | The name of the source. | [required]
|
||||
**identity_id** | **str** | The ID of the identity that is correlated with this account. | [required]
|
||||
**identity_name** | **str** | The name of the identity that is correlated with this account. | [required]
|
||||
**attributes** | **map[string]object** | The attributes of the account. The contents of attributes depends on the account schema for the source. | [required]
|
||||
**native_identifier** | **str** | Account's unique ID on the source. | [required]
|
||||
**source_id** | **str** | Source ID. | [required]
|
||||
**source_name** | **str** | Source name. | [required]
|
||||
**identity_id** | **str** | ID of the identity correlated with the account. | [required]
|
||||
**identity_name** | **str** | Name of the identity correlated with the account. | [required]
|
||||
**attributes** | **map[string]object** | Account attributes. The attributes' contents depend on the source's account schema. | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user