mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-machine-identity-request-user-entitlements | MachineIdentityRequestUserEntitlements | MachineIdentityRequestUserEntitlements | MachineIdentityRequestUserEntitlements | powershellsdk |
|
/tools/sdk/powershell/v2025/models/machine-identity-request-user-entitlements |
|
MachineIdentityRequestUserEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EntitlementId | String | The ID of the entitlement | [required] |
| SourceId | String | The source ID of the entitlement | [required] |
Examples
- Prepare the resource
$MachineIdentityRequestUserEntitlements = Initialize-V2025MachineIdentityRequestUserEntitlements -EntitlementId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
-SourceId 5898b7c1-620c-49c6-cccc-cbf81eb4bddd
- Convert the resource to JSON
$MachineIdentityRequestUserEntitlements | ConvertTo-JSON