mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-attribute-mappings-all-of-target | AttributeMappingsAllOfTarget | AttributeMappingsAllOfTarget | AttributeMappingsAllOfTarget | pythonsdk |
|
/tools/sdk/python/v2025/models/attribute-mappings-all-of-target |
|
AttributeMappingsAllOfTarget
Targeted Entity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | The type of target entity | [optional] |
| attribute_name | str | Name of the targeted attribute | [optional] |
| source_id | str | The ID of Source | [optional] |
| } |
Example
from sailpoint.v2025.models.attribute_mappings_all_of_target import AttributeMappingsAllOfTarget
attribute_mappings_all_of_target = AttributeMappingsAllOfTarget(
type='IDENTITY',
attribute_name='businessApplication',
source_id='2c9180835d2e5168015d32f890ca1581'
)