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