Skip to main content

UserAppSource

Properties

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

Example

from sailpoint.beta.models.user_app_source import UserAppSource

user_app_source = UserAppSource(
id='9870808a7190d06e01719938fcd20792',
type='SOURCE',
name='test-source'
)

[Back to top]