Skip to main content

AttributeMappingsAllOfTarget

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]The type of target entity[optional]
AttributeNameStringName of the targeted attribute[optional]
SourceIdStringThe 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]