PublicKeyCredentialArgs

data class PublicKeyCredentialArgs(val format: Output<PublicKeyCredentialFormat>? = null, val key: Output<String>? = null) : ConvertibleToJava<PublicKeyCredentialArgs>

A public key format and data.

Constructors

Link copied to clipboard
fun PublicKeyCredentialArgs(format: Output<PublicKeyCredentialFormat>? = null, key: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val format: Output<PublicKeyCredentialFormat>? = null

The format of the key.

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

The key data.