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

com.pulumi.azurenative.labservices.kotlin.outputs.CredentialsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.labservices.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Credentials for a user on a lab VM.
 * @property username The username to use when signing in to lab VMs.
 */
public data class CredentialsResponse(
    public val username: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.labservices.outputs.CredentialsResponse): CredentialsResponse = CredentialsResponse(
            username = javaType.username(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy