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

1.2 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-target AttributeMappingsAllOfTarget AttributeMappingsAllOfTarget AttributeMappingsAllOfTarget powershellsdk
powershell
PowerShell
sdk
AttributeMappingsAllOfTarget
V2024AttributeMappingsAllOfTarget
/tools/sdk/powershell/v2024/models/attribute-mappings-all-of-target
SDK
Software Development Kit
AttributeMappingsAllOfTarget
V2024AttributeMappingsAllOfTarget

AttributeMappingsAllOfTarget

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] The type of target entity [optional]
AttributeName String Name of the targeted attribute [optional]
SourceId String The ID of Source [optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTarget = Initialize-V2024AttributeMappingsAllOfTarget  -Type IDENTITY `
 -AttributeName businessApplication `
 -SourceId 2c9180835d2e5168015d32f890ca1581
  • Convert the resource to JSON
$AttributeMappingsAllOfTarget | ConvertTo-JSON

[Back to top]