Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/AppAllOfAccount.md
2025-02-20 12:59:19 -05:00

947 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-app-all-of-account AppAllOfAccount AppAllOfAccount AppAllOfAccount pythonsdk
python
Python
sdk
AppAllOfAccount
V2024AppAllOfAccount
/tools/sdk/python/v2024/models/app-all-of-account
SDK
Software Development Kit
AppAllOfAccount
V2024AppAllOfAccount

AppAllOfAccount

Properties

Name Type Description Notes
id str The SailPoint generated unique ID [optional]
account_id str The account ID generated by the source [optional]
}

Example

from sailpoint.v2024.models.app_all_of_account import AppAllOfAccount

app_all_of_account = AppAllOfAccount(
id='2c9180837dfe6949017e21f3d8cd6d49',
account_id='CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com'
)

[Back to top]