mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-profile-source-ref | AccessProfileSourceRef | AccessProfileSourceRef | AccessProfileSourceRef | pythonsdk |
|
/tools/sdk/python/beta/models/access-profile-source-ref |
|
AccessProfileSourceRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the source the access profile is associated with. | [optional] |
| type | Enum [ 'SOURCE' ] | Source's DTO type. | [optional] |
| name | str | Source name. | [optional] |
| } |
Example
from sailpoint.beta.models.access_profile_source_ref import AccessProfileSourceRef
access_profile_source_ref = AccessProfileSourceRef(
id='2c91809773dee3610173fdb0b6061ef4',
type='SOURCE',
name='ODS-AD-SOURCE'
)