SendClassifyMachineAccountV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_machine | bool | Indicates if account is classified as machine | [optional] [default to False] |
| } |
Example
from sailpoint.machine_account_classify.models.send_classify_machine_account_v1200_response import SendClassifyMachineAccountV1200Response
send_classify_machine_account_v1200_response = SendClassifyMachineAccountV1200Response(
is_machine=True
)