Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 838 Bytes

UpdateDockerRegistryRequest.md

File metadata and controls

16 lines (12 loc) · 838 Bytes

OdinFleet.Model.UpdateDockerRegistryRequest

Properties

Name Type Description Notes
Type DockerRegistryType The type of the docker registry
Name string The name of the docker registry
Url string The URL of the docker registry [optional]
InstanceUrl string The URL of the instance [optional]
Username string The username to use for authentication [optional]
AccessToken string The access token to use for authentication [optional]
Password string The password to use for authentication [optional]

[Back to Model list] [Back to API list] [Back to README]