Update to python SDK docs: 14063845185

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

View File

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