Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequested.md
2025-07-24 20:31:57 +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
beta-access-requested AccessRequested AccessRequested AccessRequested powershellsdk
powershell
PowerShell
sdk
AccessRequested
BetaAccessRequested
/tools/sdk/powershell/beta/models/access-requested
SDK
Software Development Kit
AccessRequested
BetaAccessRequested

AccessRequested

Properties

Name Type Description Notes
AccessRequest AccessRequestResponse1 [required]
IdentityId String the identity id [optional]
EventType String the event type [optional]
DateTime String the date of event [optional]

Examples

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

[Back to top]