Skip to content

ImageRegistryCredentialsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.ImageRegistryCredentialsProperty {
    Password: interface{},
    Server: interface{},
    UserName: interface{},
}

Properties

Name Type Description
Password interface{} No description.
Server interface{} No description.
UserName interface{} No description.

PasswordRequired

Password interface{}
  • Type: interface{}

ServerRequired

Server interface{}
  • Type: interface{}

UserNameRequired

UserName interface{}
  • Type: interface{}