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.source_subtype_with_source_source import SourceSubtypeWithSourceSource
source_subtype_with_source_source = SourceSubtypeWithSourceSource(
type='SOURCE',
id='6d0458373bec4b4b80460992b76016da',
name='Test Source'
)