GetOpenidConnectProviderResult

data class GetOpenidConnectProviderResult(val arn: String, val clientIdLists: List<String>, val id: String, val tags: Map<String, String>, val thumbprintLists: List<String>, val url: String)

A collection of values returned by getOpenidConnectProvider.

Constructors

Link copied to clipboard
constructor(arn: String, clientIdLists: List<String>, id: String, tags: Map<String, String>, thumbprintLists: List<String>, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

List of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Map of resource tags for the IAM OIDC provider.

Link copied to clipboard

List of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).

Link copied to clipboard
val url: String