Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SetIcon200Response.md
2025-02-03 22:09:17 +00:00

855 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-icon200-response SetIcon200Response SetIcon200Response SetIcon200Response powershellsdk
powershell
PowerShell
sdk
SetIcon200Response
V2024SetIcon200Response
/tools/sdk/powershell/v2024/models/set-icon200-response
SDK
Software Development Kit
SetIcon200Response
V2024SetIcon200Response

SetIcon200Response

Properties

Name Type Description Notes
Icon String url to file with icon [optional]

Examples

  • Prepare the resource
$SetIcon200Response = Initialize-PSSailpoint.V2024SetIcon200Response  -Icon 
  • Convert the resource to JSON
$SetIcon200Response | ConvertTo-JSON

[Back to top]