Skip to main content

UserAppSourceApp

Properties

NameTypeDescriptionNotes
idstrthe source app ID[optional]
typestrIt will always be "APPLICATION"[optional]
namestrthe source app name[optional]
}

Example

from sailpoint.v2024.models.user_app_source_app import UserAppSourceApp

user_app_source_app = UserAppSourceApp(
id='edcb0951812949d085b60cd8bf35bc78',
type='APPLICATION',
name='test-app'
)

[Back to top]