Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AttributeMappings.md
2025-05-06 16:03:31 +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
v2024-attribute-mappings AttributeMappings AttributeMappings AttributeMappings powershellsdk
powershell
PowerShell
sdk
AttributeMappings
V2024AttributeMappings
/tools/sdk/powershell/v2024/models/attribute-mappings
SDK
Software Development Kit
AttributeMappings
V2024AttributeMappings

AttributeMappings

Properties

Name Type Description Notes
Target AttributeMappingsAllOfTarget [optional]
TransformDefinition AttributeMappingsAllOfTransformDefinition [optional]

Examples

  • Prepare the resource
$AttributeMappings = Initialize-PSSailpoint.V2024AttributeMappings  -Target null `
 -TransformDefinition null
  • Convert the resource to JSON
$AttributeMappings | ConvertTo-JSON

[Back to top]