adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
id: beta-set-icon200-response
title: SetIcon200Response
pagination_label: SetIcon200Response
sidebar_label: SetIcon200Response
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'SetIcon200Response', 'BetaSetIcon200Response']
slug: /tools/sdk/powershell/beta/models/set-icon200-response
tags: ['SDK', 'Software Development Kit', 'SetIcon200Response', 'BetaSetIcon200Response']
---
# SetIcon200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Icon** | Pointer to **String** | url to file with icon | [optional]
## Examples
- Prepare the resource
```powershell
$SetIcon200Response = Initialize-PSSailpoint.BetaSetIcon200Response -Icon
```
- Convert the resource to JSON
```powershell
$SetIcon200Response | ConvertTo-JSON
```
[[Back to top]](#)