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

com.pulumi.awsnative.opensearchservice.kotlin.outputs.DomainIdp.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.opensearchservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property entityId The unique entity ID of the application in the SAML identity provider.
 * @property metadataContent The metadata of the SAML application, in XML format.
 */
public data class DomainIdp(
    public val entityId: String,
    public val metadataContent: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.opensearchservice.outputs.DomainIdp): DomainIdp = DomainIdp(
            entityId = javaType.entityId(),
            metadataContent = javaType.metadataContent(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy