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