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

AttributeMappingsAllOfTransformDefinitionAttributesInput

Properties

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

Examples

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

[Back to top]