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

com.pulumi.azurenative.orbital.kotlin.outputs.ContactProfileThirdPartyConfigurationResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@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