mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-access-request-dynamic-approver | AccessRequestDynamicApprover | AccessRequestDynamicApprover | AccessRequestDynamicApprover | powershellsdk |
|
/tools/sdk/powershell/v2025/models/access-request-dynamic-approver |
|
AccessRequestDynamicApprover
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessRequestId | String | The unique ID of the access request object. Can be used with the access request status endpoint to get the status of the request. | [required] |
| RequestedFor | []AccessItemRequestedForDto | Identities access was requested for. | [required] |
| RequestedItems | []AccessRequestDynamicApproverRequestedItemsInner | The access items that are being requested. | [required] |
| RequestedBy | AccessItemRequesterDto | [required] |
Examples
- Prepare the resource
$AccessRequestDynamicApprover = Initialize-PSSailpoint.V2025AccessRequestDynamicApprover -AccessRequestId 4b4d982dddff4267ab12f0f1e72b5a6d `
-RequestedFor null `
-RequestedItems null `
-RequestedBy null
- Convert the resource to JSON
$AccessRequestDynamicApprover | ConvertTo-JSON