pulumi-docker-kotlin
4.4.4.0
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
RemoteImageBuildAuthConfig
Remote
Image
Build
Auth
Config
data
class
RemoteImageBuildAuthConfig
(
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
)
Types
Constructors
Properties
Constructors
Remote
Image
Build
Auth
Config
Link copied to clipboard
fun
RemoteImageBuildAuthConfig
(
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