SourceIdAndNativeIdToEntitlementIdsMapping
Properties
Name | Type | Description | Notes |
---|---|---|---|
SourceId | String | The ID of the source system. | [required] |
NativeIdToEntitlementIdsMappings | []NativeIdToEntitlementIdsMapping | The native ID and entitlement IDs mapping in the source system. | [required] |
Examples
- Prepare the resource
$SourceIdAndNativeIdToEntitlementIdsMapping = Initialize-V2024SourceIdAndNativeIdToEntitlementIdsMapping -SourceId 2c91809773dee32014e13e122092014e `
-NativeIdToEntitlementIdsMappings null
- Convert the resource to JSON
$SourceIdAndNativeIdToEntitlementIdsMapping | ConvertTo-JSON