mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 |
|
/tools/sdk/powershell/v2024/models/access-requested |
|
AccessRequested
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EventType | String | the event type | [optional] |
| IdentityId | String | the identity id | [optional] |
| DateTime | String | the date of event | [optional] |
| Account | AccessRequestedAccount | [required] | |
| StatusChange | AccessRequestedStatusChange | [required] |
Examples
- Prepare the resource
$AccessRequested = Initialize-V2024AccessRequested -EventType AccountStatusChanged `
-IdentityId 8a80828f643d484f01643e14202e206f `
-DateTime 2019-03-08T22:37:33.901Z `
-Account null `
-StatusChange null
- Convert the resource to JSON
$AccessRequested | ConvertTo-JSON