add method and model docs for powershell and python v2025

This commit is contained in:
darrell-thobe-sp
2025-04-01 09:23:12 -04:00
parent c12ffb7efc
commit 5d8f458a33
2414 changed files with 191212 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
id: v2025-get-tenant-context200-response-inner
title: GetTenantContext200ResponseInner
pagination_label: GetTenantContext200ResponseInner
sidebar_label: GetTenantContext200ResponseInner
sidebar_class_name: pythonsdk
keywords: ['python', 'Python', 'sdk', 'GetTenantContext200ResponseInner', 'V2025GetTenantContext200ResponseInner']
slug: /tools/sdk/python/v2025/models/get-tenant-context200-response-inner
tags: ['SDK', 'Software Development Kit', 'GetTenantContext200ResponseInner', 'V2025GetTenantContext200ResponseInner']
---
# GetTenantContext200ResponseInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **str** | | [optional]
**value** | **str** | | [optional]
}
## Example
```python
from sailpoint.v2025.models.get_tenant_context200_response_inner import GetTenantContext200ResponseInner
get_tenant_context200_response_inner = GetTenantContext200ResponseInner(
key='',
value=''
)
```
[[Back to top]](#)