
com.pulumi.vault.identity.kotlin.outputs.GetOidcPublicKeysResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-vault-kotlin Show documentation
Show all versions of pulumi-vault-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.vault.identity.kotlin.outputs
import kotlin.Any
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
/**
* A collection of values returned by getOidcPublicKeys.
* @property id The provider-assigned unique ID for this managed resource.
* @property keys The public portion of keys for an OIDC provider.
* Clients can use them to validate the authenticity of an identity token.
* @property name
* @property namespace
*/
public data class GetOidcPublicKeysResult(
public val id: String,
public val keys: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy