pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.alpha.kotlin.outputs
/
BasicAuthResponse
Basic
Auth
Response
data
class
BasicAuthResponse
(
val
password
:
String
,
val
user
:
String
)
Basic Auth used as a credential.
Types
Constructors
Properties
Constructors
Basic
Auth
Response
Link copied to clipboard
fun
BasicAuthResponse
(
password
:
String
,
user
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
user
Link copied to clipboard
val
user
:
String