All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.websecurityscanner.v1beta.kotlin.outputs.GoogleAccountResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.websecurityscanner.v1beta.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Describes authentication configuration that uses a Google account.
 * @property password Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.
 * @property username The user name of the Google account.
 */
public data class GoogleAccountResponse(
    public val password: String,
    public val username: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.websecurityscanner.v1beta.outputs.GoogleAccountResponse): GoogleAccountResponse = GoogleAccountResponse(
            password = javaType.password(),
            username = javaType.username(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy