Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/MachineIdentityResponseUserEntitlements.md
2025-08-22 16:52:08 +00:00

1.6 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-response-user-entitlements MachineIdentityResponseUserEntitlements MachineIdentityResponseUserEntitlements MachineIdentityResponseUserEntitlements powershellsdk
powershell
PowerShell
sdk
MachineIdentityResponseUserEntitlements
V2025MachineIdentityResponseUserEntitlements
/tools/sdk/powershell/v2025/models/machine-identity-response-user-entitlements
SDK
Software Development Kit
MachineIdentityResponseUserEntitlements
V2025MachineIdentityResponseUserEntitlements

MachineIdentityResponseUserEntitlements

Properties

Name Type Description Notes
SourceId String The source ID of the entitlement [optional]
EntitlementId String The ID of the entitlement [optional]
DisplayName String The display name of the entitlement [optional]
Source [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 The source of the entitlement [optional]

Examples

  • Prepare the resource
$MachineIdentityResponseUserEntitlements = Initialize-V2025MachineIdentityResponseUserEntitlements  -SourceId 5898b7c1-620c-49c6-cccc-cbf81eb4bddd `
 -EntitlementId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
 -DisplayName Entitlement Name `
 -Source null
  • Convert the resource to JSON
$MachineIdentityResponseUserEntitlements | ConvertTo-JSON

[Back to top]