mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-send-classify-machine-account200-response | SendClassifyMachineAccount200Response | SendClassifyMachineAccount200Response | SendClassifyMachineAccount200Response | powershellsdk |
|
/tools/sdk/powershell/v2025/models/send-classify-machine-account200-response |
|
SendClassifyMachineAccount200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IsMachine | Boolean | Indicates if account is classified as machine | [optional] [default to $false] |
Examples
- Prepare the resource
$SendClassifyMachineAccount200Response = Initialize-V2025SendClassifyMachineAccount200Response -IsMachine true
- Convert the resource to JSON
$SendClassifyMachineAccount200Response | ConvertTo-JSON