
com.pulumi.azurenative.machinelearningservices.kotlin.outputs.AmlTokenResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* AML Token identity configuration.
* @property identityType Enum to determine identity framework.
* Expected value is 'AMLToken'.
*/
public data class AmlTokenResponse(
public val identityType: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.AmlTokenResponse): AmlTokenResponse = AmlTokenResponse(
identityType = javaType.identityType(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy