Skip to main content

AttributemappingsAllOfTarget

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCOUNT", "IDENTITY", "OWNER_ACCOUNT", "OWNER_IDENTITY" ]The type of target entity[optional]
AttributeNameStringName of the targeted attribute[optional]
SourceIdStringThe ID of Source[optional]

Examples

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

[Back to top]