Skip to main content

AccessRequested

Properties

NameTypeDescriptionNotes
AccessRequestAccessRequestResponse1[optional]
IdentityIdStringthe identity id[optional]
EventTypeStringthe event type[optional]
DtStringthe date of event[optional]

Examples

  • Prepare the resource
$AccessRequested = Initialize-PSSailpoint.V2024AccessRequested  -AccessRequest null `
-IdentityId 8a80828f643d484f01643e14202e206f `
-EventType AccessRequested `
-Dt 2019-03-08T22:37:33.901Z
  • Convert the resource to JSON
$AccessRequested | ConvertTo-JSON

[Back to top]