Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestResponse1.md
2025-01-28 13:29:29 -05:00

1.5 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-response1 AccessRequestResponse1 AccessRequestResponse1 AccessRequestResponse1 powershellsdk
powershell
PowerShell
sdk
AccessRequestResponse1
V2024AccessRequestResponse1
/tools/sdk/powershell/v2024/models/access-request-response1
SDK
Software Development Kit
AccessRequestResponse1
V2024AccessRequestResponse1

AccessRequestResponse1

Properties

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

Examples

  • Prepare the resource
$AccessRequestResponse1 = Initialize-PSSailpoint.V2024AccessRequestResponse1  -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]