Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes.md
2025-05-07 14:37:48 +00:00

1.7 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-attributes AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes powershellsdk
powershell
PowerShell
sdk
AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes
V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes
/tools/sdk/powershell/v2024/models/attribute-mappings-all-of-transform-definition-attributes-input-attributes
SDK
Software Development Kit
AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes
V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

Properties

Name Type Description Notes
AttributeName String The name of attribute [optional]
SourceName String Name of the Source [optional]
Name String ID of the Source [optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes = Initialize-V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes  -AttributeName givenName `
 -SourceName delimited-src `
 -Name 8d3e0094e99445de98eef6c75e25jc04
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes | ConvertTo-JSON

[Back to top]