mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
873 B
873 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-icon-request | SetIconRequest | SetIconRequest | SetIconRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/set-icon-request |
|
SetIconRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Image | System.IO.FileInfo | file with icon. Allowed mime-types ['image/png', 'image/jpeg'] | [required] |
Examples
- Prepare the resource
$SetIconRequest = Initialize-PSSailpoint.V2024SetIconRequest -Image \x00\x00\x00\x02
- Convert the resource to JSON
$SetIconRequest | ConvertTo-JSON