Skip to main content

SetIconRequest

Properties

NameTypeDescriptionNotes
ImageSystem.IO.FileInfofile 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

[Back to top]