Update to powershell SDK docs: 14063829196

This commit is contained in:
developer-relations-sp
2025-03-25 15:37:10 +00:00
parent f06ad89fe5
commit 66e282f1ea
3 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2024-get-tenant-context200-response-inner
title: GetTenantContext200ResponseInner
pagination_label: GetTenantContext200ResponseInner
sidebar_label: GetTenantContext200ResponseInner
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'GetTenantContext200ResponseInner', 'V2024GetTenantContext200ResponseInner']
slug: /tools/sdk/powershell/v2024/models/get-tenant-context200-response-inner
tags: ['SDK', 'Software Development Kit', 'GetTenantContext200ResponseInner', 'V2024GetTenantContext200ResponseInner']
---
# GetTenantContext200ResponseInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Key** | **String** | | [optional]
**Value** | **String** | | [optional]
## Examples
- Prepare the resource
```powershell
$GetTenantContext200ResponseInner = Initialize-PSSailpoint.V2024GetTenantContext200ResponseInner -Key null `
-Value null
```
- Convert the resource to JSON
```powershell
$GetTenantContext200ResponseInner | ConvertTo-JSON
```
[[Back to top]](#)