toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigqueryconnection.v1beta1.kotlin.outputs
/
CloudSqlCredentialResponse
Cloud
Sql
Credential
Response
data
class
CloudSqlCredentialResponse
(
val
password
:
String
,
val
username
:
String
)
Credential info for the Cloud SQL.
Members
Constructors
Cloud
Sql
Credential
Response
Link copied to clipboard
constructor
(
password
:
String
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
The password for the credential.
username
Link copied to clipboard
val
username
:
String
The username for the credential.