IntelprivilegedaccessitemwireSource
Source metadata associated with the privileged access item when present.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Human-readable source name for the privileged access item. | [optional] |
| id | str | Source identifier for the privileged access item. | [optional] |
| } |
Example
from sailpoint.intelligence.models.intelprivilegedaccessitemwire_source import IntelprivilegedaccessitemwireSource
intelprivilegedaccessitemwire_source = IntelprivilegedaccessitemwireSource(
name='Example HR Source',
id='src-2'
)