NativeIdToEntitlementIdsMapping
Properties
Name | Type | Description | Notes |
---|---|---|---|
NativeId | String | The native ID in the source system. | [required] |
EntitlementIds | []String | The 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