Container Registry User Entity
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int | The Numeric ID of this user. | [optional] |
| Username | string | The globally unique name of this user. | [optional] |
| Password | string | The password this user will use to authenticate. | [optional] |
| Root | bool | If true, this is a root user/registry owner meaning it cannot be deleted or renamed. If false, this is an additional user added to this registry that can be modified | [optional] |
| AddedAt | string | The date this User was added | [optional] |
| UpdatedAt | string | The date this User was last updated | [optional] |