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