
com.pulumi.azurenative.networkcloud.kotlin.outputs.AdministrativeCredentialsResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.networkcloud.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property password The password of the administrator of the device used during initialization.
* @property username The username of the administrator of the device used during initialization.
*/
public data class AdministrativeCredentialsResponse(
public val password: String,
public val username: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.networkcloud.outputs.AdministrativeCredentialsResponse): AdministrativeCredentialsResponse = AdministrativeCredentialsResponse(
password = javaType.password(),
username = javaType.username(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy