Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SetIconRequest.md
2025-05-07 14:37:48 +00:00

861 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
powershell
PowerShell
sdk
SetIconRequest
V2024SetIconRequest
/tools/sdk/powershell/v2024/models/set-icon-request
SDK
Software Development Kit
SetIconRequest
V2024SetIconRequest

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-V2024SetIconRequest  -Image \x00\x00\x00\x02
  • Convert the resource to JSON
$SetIconRequest | ConvertTo-JSON

[Back to top]