GetOidcProvidersProvider

data class GetOidcProvidersProvider(val arn: String, val clientIds: List<String>, val createTime: String, val description: String, val fingerprints: List<String>, val id: String, val issuanceLimitTime: Int, val issuerUrl: String, val oidcProviderName: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(arn: String, clientIds: List<String>, createTime: String, description: String, fingerprints: List<String>, id: String, issuanceLimitTime: Int, issuerUrl: String, oidcProviderName: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of OIDC identity provider.

Link copied to clipboard

Client ID.

Link copied to clipboard

Creation Time (UTC time).

Link copied to clipboard

Description of OIDC identity provider.

Link copied to clipboard

The authentication fingerprint of the HTTPS CA certificate.

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The earliest time when an external IdP is allowed to issue an ID Token. If the iat field in the ID Token is greater than the current time, the request is rejected.Unit: hours. Value range: 1~168.

Link copied to clipboard

The issuer URL of the OIDC identity provider.

Link copied to clipboard

The name of the OIDC identity provider.

Link copied to clipboard

Modification Time (UTC time).