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

com.pulumi.aws.ec2clientvpn.kotlin.outputs.GetEndpointAuthenticationOption.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.ec2clientvpn.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property activeDirectoryId
 * @property rootCertificateChainArn
 * @property samlProviderArn
 * @property selfServiceSamlProviderArn
 * @property type
 */
public data class GetEndpointAuthenticationOption(
    public val activeDirectoryId: String,
    public val rootCertificateChainArn: String,
    public val samlProviderArn: String,
    public val selfServiceSamlProviderArn: String,
    public val type: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.ec2clientvpn.outputs.GetEndpointAuthenticationOption): GetEndpointAuthenticationOption = GetEndpointAuthenticationOption(
            activeDirectoryId = javaType.activeDirectoryId(),
            rootCertificateChainArn = javaType.rootCertificateChainArn(),
            samlProviderArn = javaType.samlProviderArn(),
            selfServiceSamlProviderArn = javaType.selfServiceSamlProviderArn(),
            type = javaType.type(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy