GetOidcPublicKeysResult

data class GetOidcPublicKeysResult(val id: String, val keys: List<Map<String, String>>, val name: String, val namespace: String? = null)

A collection of values returned by getOidcPublicKeys.

Constructors

Link copied to clipboard
constructor(id: String, keys: List<Map<String, String>>, name: String, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The public portion of keys for an OIDC provider. Clients can use them to validate the authenticity of an identity token.

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null