Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/SetIconRequest.md
2025-04-01 09:23:12 -04:00

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
v2025-set-icon-request SetIconRequest SetIconRequest SetIconRequest powershellsdk
powershell
PowerShell
sdk
SetIconRequest
V2025SetIconRequest
/tools/sdk/powershell/v2025/models/set-icon-request
SDK
Software Development Kit
SetIconRequest
V2025SetIconRequest

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

[Back to top]