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

com.pulumi.gcp.vertex.kotlin.outputs.AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.vertex.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property allowedIssuers A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: [email protected]
 * @property audiences The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
 */
public data class AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider(
    public val allowedIssuers: List? = null,
    public val audiences: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.vertex.outputs.AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider): AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider =
            AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider(
                allowedIssuers = javaType.allowedIssuers().map({ args0 -> args0 }),
                audiences = javaType.audiences().map({ args0 -> args0 }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy