Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SetIconRequest.md
2025-01-28 13:29:29 -05:00

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

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

[Back to top]