mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2025-tenant-ui-metadata-item-response
|
||||
title: TenantUiMetadataItemResponse
|
||||
pagination_label: TenantUiMetadataItemResponse
|
||||
sidebar_label: TenantUiMetadataItemResponse
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'TenantUiMetadataItemResponse', 'V2025TenantUiMetadataItemResponse']
|
||||
slug: /tools/sdk/python/v2025/models/tenant-ui-metadata-item-response
|
||||
tags: ['SDK', 'Software Development Kit', 'TenantUiMetadataItemResponse', 'V2025TenantUiMetadataItemResponse']
|
||||
---
|
||||
|
||||
# TenantUiMetadataItemResponse
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**iframe_white_list** | **str** | Parameter that organizational administrators can adjust to permit another domain to encapsulate IDN within an iframe. If you would like to reset the value use \"null\". It will only allow include into iframe non authenticated portions of the product, such as password reset. | [optional]
|
||||
**username_label** | **str** | Descriptor for the username input field. If you would like to reset the value use \"null\". | [optional]
|
||||
**username_empty_text** | **str** | Placeholder text displayed in the username input field. If you would like to reset the value use \"null\". | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.tenant_ui_metadata_item_response import TenantUiMetadataItemResponse
|
||||
|
||||
tenant_ui_metadata_item_response = TenantUiMetadataItemResponse(
|
||||
iframe_white_list='http://example.com http://example2.com',
|
||||
username_label='Email',
|
||||
username_empty_text='Please provide your work email address...'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user