mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 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-get-tenant-context200-response-inner | GetTenantContext200ResponseInner | GetTenantContext200ResponseInner | GetTenantContext200ResponseInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/get-tenant-context200-response-inner |
|
GetTenantContext200ResponseInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | [optional] | |
| Value | String | [optional] |
Examples
- Prepare the resource
$GetTenantContext200ResponseInner = Initialize-V2024GetTenantContext200ResponseInner -Key null `
-Value null
- Convert the resource to JSON
$GetTenantContext200ResponseInner | ConvertTo-JSON