WorkforcePoolProviderOidcClientSecretValue

data class WorkforcePoolProviderOidcClientSecretValue(val plainText: String, val thumbprint: String? = null)

Constructors

constructor(plainText: String, thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

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