AccountattributescreateAttributes
The schema attribute values for the account
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| source_id | str | Target source to create an account | [required] |
| } |
Example
from sailpoint.accounts.models.accountattributescreate_attributes import AccountattributescreateAttributes
accountattributescreate_attributes = AccountattributescreateAttributes(
source_id='34bfcbe116c9407464af37acbaf7a4dc'
)