Skip to main content

SourcesubtypewithsourceSource

Source reference of the subtype.

Properties

NameTypeDescriptionNotes
typeEnum [ 'SOURCE' ]Type of the reference object.[optional]
idstrUnique identifier for the source.[optional]
namestrName of the source.[optional]
}

Example

from sailpoint.machine_account_subtypes.models.sourcesubtypewithsource_source import SourcesubtypewithsourceSource

sourcesubtypewithsource_source = SourcesubtypewithsourceSource(
type='SOURCE',
id='6d0458373bec4b4b80460992b76016da',
name='Test Source'
)

[Back to top]