Skip to main content

AppAllOfAccount

Properties

NameTypeDescriptionNotes
idstrThe SailPoint generated unique ID[optional]
account_idstrThe account ID generated by the source[optional]
}

Example

from sailpoint.v3.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]