WorkforcePoolProviderOidcClientSecretValueArgs

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

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. Note: This property is sensitive and will not be displayed in the plan.

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(): WorkforcePoolProviderOidcClientSecretValueArgs