Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequested.md
2025-02-03 22:09:17 +00:00

1.1 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-requested AccessRequested AccessRequested AccessRequested powershellsdk
powershell
PowerShell
sdk
AccessRequested
V2024AccessRequested
/tools/sdk/powershell/v2024/models/access-requested
SDK
Software Development Kit
AccessRequested
V2024AccessRequested

AccessRequested

Properties

Name Type Description Notes
AccessRequest AccessRequestResponse1 [optional]
IdentityId String the identity id [optional]
EventType String the event type [optional]
Dt String the 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]