Skip to main content

SourceappcreatedtoAccountSource

Properties

NameTypeDescriptionNotes
idstrThe source ID[required]
typestrThe source type, will always be "SOURCE"[optional]
namestrThe source name[optional]
}

Example

from sailpoint.apps.models.sourceappcreatedto_account_source import SourceappcreatedtoAccountSource

sourceappcreatedto_account_source = SourceappcreatedtoAccountSource(
id='2c9180827ca885d7017ca8ce28a000eb',
type='SOURCE',
name='ODS-AD-Source'
)

[Back to top]