pulumi-docker-kotlin
3.6.1.2
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
)
Types
Constructors
Properties
Constructors
Service
Auth
Link copied to clipboard
fun
ServiceAuth
(
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