harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RobotCreate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The name of the robot | [optional]
**description** | Option<**String**> | The description of the robot | [optional]
**secret** | Option<**String**> | The secret of the robot | [optional]
**level** | Option<**String**> | The level of the robot, project or system | [optional]
**disable** | Option<**bool**> | The disable status of the robot | [optional]
**duration** | Option<**i64**> | The duration of the robot in days, duration must be either -1(Never) or a positive integer | [optional]
**permissions** | Option<[**Vec<models::RobotPermission>**]RobotPermission.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)