ContentRegistriesHarborProjectsCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Information used to create the Harbor project.
JSON Example
{
"spec": {
"name": "string",
"scope": "PUBLIC"
}
}