vcenter content registries harbor projects: summary
The
summary
structure contains basic information about a Harbor project.Representation:
{
"scope" : "PUBLIC",
"name" : "string",
"project" : "obj-103"
}
"scope" : "PUBLIC",
"name" : "string",
"project" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
project | string | Identifier of the harbor project. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.content.Registry.Harbor.Project . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.content.Registry.Harbor.Project . |
name | string | Name of the Harbor project. Should be between 1-63 characters long alphanumeric string and may contain the following characters: a-z,0-9, and '-'. Must be starting with characters or numbers, with the '-' character allowed anywhere except the first or last character. |
scope | string | Access type of a Harbor project. In a project defines access levels of the project. Value is one of: PUBLIC: A Harbor project can be accessed by everyone. PRIVATE: A Harbor project can only be accessed by assigned users. |