Update to powershell SDK docs: 14864324692

This commit is contained in:
developer-relations-sp
2025-05-06 16:03:31 +00:00
parent 5a3b35df70
commit ad3e7b2b11
15 changed files with 1019 additions and 3 deletions

View File

@@ -0,0 +1,35 @@
---
id: v2024-send-classify-machine-account200-response
title: SendClassifyMachineAccount200Response
pagination_label: SendClassifyMachineAccount200Response
sidebar_label: SendClassifyMachineAccount200Response
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'SendClassifyMachineAccount200Response', 'V2024SendClassifyMachineAccount200Response']
slug: /tools/sdk/powershell/v2024/models/send-classify-machine-account200-response
tags: ['SDK', 'Software Development Kit', 'SendClassifyMachineAccount200Response', 'V2024SendClassifyMachineAccount200Response']
---
# SendClassifyMachineAccount200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IsMachine** | **Boolean** | Indicates if account is classified as machine | [optional] [default to $false]
## Examples
- Prepare the resource
```powershell
$SendClassifyMachineAccount200Response = Initialize-PSSailpoint.V2024SendClassifyMachineAccount200Response -IsMachine true
```
- Convert the resource to JSON
```powershell
$SendClassifyMachineAccount200Response | ConvertTo-JSON
```
[[Back to top]](#)