SourcesubtypewithsourceSource
Source reference of the subtype.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'SOURCE' ] | Type of the reference object. | [optional] |
| id | str | Unique identifier for the source. | [optional] |
| name | str | Name 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'
)