Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequestResponse1.md
2025-05-07 14:37:48 +00:00

1.3 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
beta-access-request-response1 AccessRequestResponse1 AccessRequestResponse1 AccessRequestResponse1 powershellsdk
powershell
PowerShell
sdk
AccessRequestResponse1
BetaAccessRequestResponse1
/tools/sdk/powershell/beta/models/access-request-response1
SDK
Software Development Kit
AccessRequestResponse1
BetaAccessRequestResponse1

AccessRequestResponse1

Properties

Name Type Description Notes
RequesterId String the requester Id [optional]
RequesterName String the requesterName [optional]
Items []AccessRequestItemResponse [optional]

Examples

  • Prepare the resource
$AccessRequestResponse1 = Initialize-BetaAccessRequestResponse1  -RequesterId 2c91808a77ff216301782327a50f09bf `
 -RequesterName Bing C `
 -Items [{operation=Add, accessItemType=role, name=Role-1, decision=APPROVED, description=The role descrition, sourceId=8a80828f643d484f01643e14202e206f, sourceName=Source1, approvalInfos=[{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]}]
  • Convert the resource to JSON
$AccessRequestResponse1 | ConvertTo-JSON

[Back to top]