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

1.4 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-transform-definition AttributeMappingsAllOfTransformDefinition AttributeMappingsAllOfTransformDefinition AttributeMappingsAllOfTransformDefinition powershellsdk
powershell
PowerShell
sdk
AttributeMappingsAllOfTransformDefinition
V2025AttributeMappingsAllOfTransformDefinition
/tools/sdk/powershell/v2025/models/attribute-mappings-all-of-transform-definition
SDK
Software Development Kit
AttributeMappingsAllOfTransformDefinition
V2025AttributeMappingsAllOfTransformDefinition

AttributeMappingsAllOfTransformDefinition

Properties

Name Type Description Notes
Type String The type of transform [optional]
Attributes AttributeMappingsAllOfTransformDefinitionAttributes [optional]
Id String Transform Operation [optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinition = Initialize-V2025AttributeMappingsAllOfTransformDefinition  -Type reference `
 -Attributes null `
 -Id ToUpper
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinition | ConvertTo-JSON

[Back to top]