Skip to content

ImageRegistryCredentialProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeci"
&alicloudroscdkeci.ImageRegistryCredentialProperty {
    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{}