![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.orbital.kotlin.outputs.ContactProfileThirdPartyConfigurationResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.orbital.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Contact Profile third-party partner configuration.
* @property missionConfiguration Name of string referencing the configuration describing contact set-up for a particular mission. Expected values are those which have been created in collaboration with the partner network.
* @property providerName Name of the third-party provider.
*/
public data class ContactProfileThirdPartyConfigurationResponse(
public val missionConfiguration: String,
public val providerName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.orbital.outputs.ContactProfileThirdPartyConfigurationResponse): ContactProfileThirdPartyConfigurationResponse =
ContactProfileThirdPartyConfigurationResponse(
missionConfiguration = javaType.missionConfiguration(),
providerName = javaType.providerName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy