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

1.5 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-attributes-input AttributeMappingsAllOfTransformDefinitionAttributesInput AttributeMappingsAllOfTransformDefinitionAttributesInput AttributeMappingsAllOfTransformDefinitionAttributesInput powershellsdk
powershell
PowerShell
sdk
AttributeMappingsAllOfTransformDefinitionAttributesInput
V2025AttributeMappingsAllOfTransformDefinitionAttributesInput
/tools/sdk/powershell/v2025/models/attribute-mappings-all-of-transform-definition-attributes-input
SDK
Software Development Kit
AttributeMappingsAllOfTransformDefinitionAttributesInput
V2025AttributeMappingsAllOfTransformDefinitionAttributesInput

AttributeMappingsAllOfTransformDefinitionAttributesInput

Properties

Name Type Description Notes
Type String The Type of Attribute [optional]
Attributes AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes [optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinitionAttributesInput = Initialize-V2025AttributeMappingsAllOfTransformDefinitionAttributesInput  -Type accountAttribute `
 -Attributes null
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinitionAttributesInput | ConvertTo-JSON

[Back to top]