Skip to main content

NativeIdToEntitlementIdsMapping

Properties

NameTypeDescriptionNotes
NativeIdStringThe native ID in the source system.[required]
EntitlementIds[]StringThe list of entitlement IDs associated with the native ID in the source system.[required]

Examples

  • Prepare the resource
$NativeIdToEntitlementIdsMapping = Initialize-V2024NativeIdToEntitlementIdsMapping  -NativeId jdoe `
-EntitlementIds null
  • Convert the resource to JSON
$NativeIdToEntitlementIdsMapping | ConvertTo-JSON

[Back to top]