Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AttributeMappings.md
2025-06-20 14:31:01 +00:00

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
powershell
PowerShell
sdk
AttributeMappings
V2025AttributeMappings
/tools/sdk/powershell/v2025/models/attribute-mappings
SDK
Software Development Kit
AttributeMappings
V2025AttributeMappings

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

[Back to top]