GetOidcProviderResult

data class GetOidcProviderResult(val arn: String? = null, val clientIdList: List<String>? = null, val tags: List<Tag>? = null, val thumbprintList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, clientIdList: List<String>? = null, tags: List<Tag>? = null, thumbprintList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the OIDC provider

Link copied to clipboard
val clientIdList: List<String>? = null

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide .

Link copied to clipboard
val thumbprintList: List<String>? = null

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.