ContentRegistriesHarborProjectsListResponseBody
This is a response body class for an operation.
Properties
value
Optional
The list of summary information of all Harbor projects.
JSON Example
{
"value": [
{
"name": "string",
"project": "string",
"scope": "enum"
}
]
}