toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.azurestackhci.kotlin.outputs
/
GuestCredentialResponse
Guest
Credential
Response
data
class
GuestCredentialResponse
(
val
username
:
String
?
=
null
)
Username / Password Credentials to connect to guest.
Members
Constructors
Guest
Credential
Response
Link copied to clipboard
constructor
(
username
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
username
Link copied to clipboard
val
username
:
String
?
=
null
The username to connect with the guest.