mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-mappings-all-of-target | AttributeMappingsAllOfTarget | AttributeMappingsAllOfTarget | AttributeMappingsAllOfTarget | powershellsdk |
|
/tools/sdk/powershell/v2024/models/attribute-mappings-all-of-target |
|
AttributeMappingsAllOfTarget
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | The type of target entity | [optional] |
| AttributeName | String | Name of the targeted attribute | [optional] |
| SourceId | String | The ID of Source | [optional] |
Examples
- Prepare the resource
$AttributeMappingsAllOfTarget = Initialize-V2024AttributeMappingsAllOfTarget -Type IDENTITY `
-AttributeName businessApplication `
-SourceId 2c9180835d2e5168015d32f890ca1581
- Convert the resource to JSON
$AttributeMappingsAllOfTarget | ConvertTo-JSON