id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-source-account-created |
SourceAccountCreated |
SourceAccountCreated |
SourceAccountCreated |
pythonsdk |
| python |
| Python |
| sdk |
| SourceAccountCreated |
| BetaSourceAccountCreated |
|
/tools/sdk/python/beta/models/source-account-created |
| SDK |
| Software Development Kit |
| SourceAccountCreated |
| BetaSourceAccountCreated |
|
SourceAccountCreated
Properties
| Name |
Type |
Description |
Notes |
| uuid |
str |
Source unique identifier for the identity. UUID is generated by the source system. |
[optional] |
| 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] |
| } |
|
|
|
Example
[Back to top]