Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/IdentityEntitlementDetails.md
2025-04-11 15:52:43 +00:00

1.7 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-identity-entitlement-details IdentityEntitlementDetails IdentityEntitlementDetails IdentityEntitlementDetails powershellsdk
powershell
PowerShell
sdk
IdentityEntitlementDetails
V2025IdentityEntitlementDetails
/tools/sdk/powershell/v2025/models/identity-entitlement-details
SDK
Software Development Kit
IdentityEntitlementDetails
V2025IdentityEntitlementDetails

IdentityEntitlementDetails

Properties

Name Type Description Notes
IdentityId String Id of Identity [optional]
Entitlement IdentityEntitlementDetailsEntitlementDto [optional]
SourceId String Id of Source [optional]
AccountTargets []IdentityEntitlementDetailsAccountTarget A list of account targets on the identity provisioned with the requested entitlement. [optional]

Examples

  • Prepare the resource
$IdentityEntitlementDetails = Initialize-PSSailpoint.V2025IdentityEntitlementDetails  -IdentityId 5928c61f-3f2e-417a-8d65-f76451e2050a `
 -Entitlement null `
 -SourceId b56728da-a24d-4177-a207-2bc4d42cba27 `
 -AccountTargets [{accountId=e7ef11cee24542b78618ce017117699f, accountName=Adalberto.XYZ, accountUUID=null, sourceId=0108906b66634d9ab7819a03eb263a88, sourceName=ODS-AD-FF-Source [source-XYZ], removeDate=null, assignmentId=null, revocable=true}]
  • Convert the resource to JSON
$IdentityEntitlementDetails | ConvertTo-JSON

[Back to top]