id | int | The ID of the robot | [optional] |
name | str | The name of the tag | [optional] |
description | str | The description of the robot | [optional] |
secret | str | The secret of the robot | [optional] |
level | str | The level of the robot, project or system | [optional] |
duration | int | The duration of the robot in days | [optional] |
editable | bool | The editable status of the robot | [optional] |
disable | bool | The disable status of the robot | [optional] |
expires_at | int | The expiration data of the robot | [optional] |
permissions | list[RobotPermission] | | [optional] |
creation_time | datetime | The creation time of the robot. | [optional] |
update_time | datetime | The update time of the robot. | [optional] |