mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-attribute-mappings | AttributeMappings | AttributeMappings | AttributeMappings | powershellsdk |
|
/tools/sdk/powershell/v2025/models/attribute-mappings |
|
AttributeMappings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Target | AttributeMappingsAllOfTarget | [optional] | |
| TransformDefinition | AttributeMappingsAllOfTransformDefinition | [optional] |
Examples
- Prepare the resource
$AttributeMappings = Initialize-V2025AttributeMappings -Target null `
-TransformDefinition null
- Convert the resource to JSON
$AttributeMappings | ConvertTo-JSON