Skip to main content

AccessRequestDynamicApprover

Properties

NameTypeDescriptionNotes
AccessRequestIdStringThe 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[]AccessItemRequestedForDtoIdentities access was requested for.[required]
RequestedItems[]AccessRequestDynamicApproverRequestedItemsInnerThe access items that are being requested.[required]
RequestedByAccessItemRequesterDto[required]

Examples

  • Prepare the resource
$AccessRequestDynamicApprover = Initialize-PSSailpoint.V2024AccessRequestDynamicApprover  -AccessRequestId 4b4d982dddff4267ab12f0f1e72b5a6d `
-RequestedFor null `
-RequestedItems null `
-RequestedBy null
  • Convert the resource to JSON
$AccessRequestDynamicApprover | ConvertTo-JSON

[Back to top]