mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 14063829196
This commit is contained in:
@@ -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]](#)
|
||||
|
||||
Reference in New Issue
Block a user