toggle menu
pulumi-docker-kotlin
3.6.1.3
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ServiceAuth
Service
Auth
data
class
ServiceAuth
(
val
password
:
String
?
=
null
,
val
serverAddress
:
String
,
val
username
:
String
?
=
null
)
Members
Constructors
Service
Auth
Link copied to clipboard
constructor
(
password
:
String
?
=
null
,
serverAddress
:
String
,
username
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
?
=
null
The password
server
Address
Link copied to clipboard
val
serverAddress
:
String
The address of the server for the authentication
username
Link copied to clipboard
val
username
:
String
?
=
null
The username