pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Guest
Credential
Response
Link copied to clipboard
fun
GuestCredentialResponse
(
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.