mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-request-tracking | AccessRequestTracking | AccessRequestTracking | AccessRequestTracking | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-request-tracking |
|
AccessRequestTracking
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestedFor | String | The identity id in which the access request is for. | [optional] |
| RequestedItemsDetails | []RequestedItemDetails | The details of the item requested. | [optional] |
| AttributesHash | Int32 | a hash representation of the access requested, useful for longer term tracking client side. | [optional] |
| AccessRequestIds | []String | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional] |
Examples
- Prepare the resource
$AccessRequestTracking = Initialize-PSSailpoint.V2024AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
-RequestedItemsDetails {
"type": "ENTITLEMENT",
"id": "779c6fd7171540bba1184e5946112c28"
} `
-AttributesHash -1928438224 `
-AccessRequestIds [5d3118c518a44ec7805450d53479ccdb]
- Convert the resource to JSON
$AccessRequestTracking | ConvertTo-JSON