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.v2024.models.source_app_create_dto_account_source import SourceAppCreateDtoAccountSource

source_app_create_dto_account_source = SourceAppCreateDtoAccountSource(
id='2c9180827ca885d7017ca8ce28a000eb',
type='SOURCE',
name='ODS-AD-Source'
)

[Back to top]