mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.7 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-entitlement-details | IdentityEntitlementDetails | IdentityEntitlementDetails | IdentityEntitlementDetails | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-entitlement-details |
|
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-V2024IdentityEntitlementDetails -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