mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
774 B
774 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-set-icon200-response | SetIcon200Response | SetIcon200Response | SetIcon200Response | pythonsdk |
|
/tools/sdk/python/v2024/models/set-icon200-response |
|
SetIcon200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| icon | str | url to file with icon | [optional] |
| } |
Example
from sailpoint.v2024.models.set_icon200_response import SetIcon200Response
set_icon200_response = SetIcon200Response(
icon=''
)