WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs

data class WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs(val plainText: Output<String>, val thumbprint: Output<String>? = null) : ConvertibleToJava<WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs>

Constructors

constructor(plainText: Output<String>, thumbprint: Output<String>? = null)

Properties

Link copied to clipboard
val plainText: Output<String>

The plain text of the client secret value.

Link copied to clipboard
val thumbprint: Output<String>? = null

(Output) A thumbprint to represent the current client secret value.

Functions

Link copied to clipboard
open override fun toJava(): WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs