mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
782 B
782 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-set-icon-request | SetIconRequest | SetIconRequest | SetIconRequest | pythonsdk |
|
/tools/sdk/python/v2025/models/set-icon-request |
|
SetIconRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| image | bytearray | file with icon. Allowed mime-types ['image/png', 'image/jpeg'] | [required] |
| } |
Example
from sailpoint.v2025.models.set_icon_request import SetIconRequest
set_icon_request = SetIconRequest(
image='\x00\x00\x00\x02'
)