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-request |
AccessRequest |
AccessRequest |
AccessRequest |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| AccessRequest |
| V2024AccessRequest |
|
/tools/sdk/powershell/v2024/models/access-request |
| SDK |
| Software Development Kit |
| AccessRequest |
| V2024AccessRequest |
|
AccessRequest
Properties
| Name |
Type |
Description |
Notes |
| RequestedFor |
[]String |
A list of Identity IDs for whom the Access is requested. If it's a Revoke request, there can only be one Identity ID. |
[required] |
| RequestType |
AccessRequestType |
|
[optional] |
| RequestedItems |
[]AccessRequestItem |
|
[required] |
| ClientMetadata |
map[string]String |
Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities. |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]