Skip to main content

SourceIdAndNativeIdToEntitlementIdsMapping

Properties

NameTypeDescriptionNotes
SourceIdStringThe ID of the source system.[required]
NativeIdToEntitlementIdsMappings[]NativeIdToEntitlementIdsMappingThe native ID and entitlement IDs mapping in the source system.[required]

Examples

  • Prepare the resource
$SourceIdAndNativeIdToEntitlementIdsMapping = Initialize-V2025SourceIdAndNativeIdToEntitlementIdsMapping  -SourceId 2c91809773dee32014e13e122092014e `
-NativeIdToEntitlementIdsMappings null
  • Convert the resource to JSON
$SourceIdAndNativeIdToEntitlementIdsMapping | ConvertTo-JSON

[Back to top]