mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
918 B
918 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-access-request-context | AccessRequestContext | AccessRequestContext | AccessRequestContext | powershellsdk |
|
/tools/sdk/powershell/v2025/models/access-request-context |
|
AccessRequestContext
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ContextAttributes | []ContextAttributeDto | [optional] |
Examples
- Prepare the resource
$AccessRequestContext = Initialize-V2025AccessRequestContext -ContextAttributes null
- Convert the resource to JSON
$AccessRequestContext | ConvertTo-JSON