mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +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 | pythonsdk |
|
/tools/sdk/python/v2025/models/send-classify-machine-account200-response |
|
SendClassifyMachineAccount200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_machine | bool | Indicates if account is classified as machine | [optional] [default to False] |
| } |
Example
from sailpoint.v2025.models.send_classify_machine_account200_response import SendClassifyMachineAccount200Response
send_classify_machine_account200_response = SendClassifyMachineAccount200Response(
is_machine=True
)