toggle menu
pulumi-docker-kotlin
3.6.1.3
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
RegistryImageBuildAuthConfig
Registry
Image
Build
Auth
Config
data
class
RegistryImageBuildAuthConfig
(
val
auth
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
hostName
:
String
,
val
identityToken
:
String
?
=
null
,
val
password
:
String
?
=
null
,
val
registryToken
:
String
?
=
null
,
val
serverAddress
:
String
?
=
null
,
val
userName
:
String
?
=
null
)
Members
Constructors
Registry
Image
Build
Auth
Config
Link copied to clipboard
constructor
(
auth
:
String
?
=
null
,
email
:
String
?
=
null
,
hostName
:
String
,
identityToken
:
String
?
=
null
,
password
:
String
?
=
null
,
registryToken
:
String
?
=
null
,
serverAddress
:
String
?
=
null
,
userName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Link copied to clipboard
val
auth
:
String
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
null
host
Name
Link copied to clipboard
val
hostName
:
String
identity
Token
Link copied to clipboard
val
identityToken
:
String
?
=
null
password
Link copied to clipboard
val
password
:
String
?
=
null
registry
Token
Link copied to clipboard
val
registryToken
:
String
?
=
null
server
Address
Link copied to clipboard
val
serverAddress
:
String
?
=
null
user
Name
Link copied to clipboard
val
userName
:
String
?
=
null