mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
942 B
942 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-request-context | AccessRequestContext | AccessRequestContext | AccessRequestContext | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-request-context |
|
AccessRequestContext
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ContextAttributes | Pointer to []ContextAttributeDto | [optional] |
Examples
- Prepare the resource
$AccessRequestContext = Initialize-PSSailpoint.V2024AccessRequestContext -ContextAttributes null
- Convert the resource to JSON
$AccessRequestContext | ConvertTo-JSON