SignatureArgs

data class SignatureArgs(val image: Output<ImageArgs>? = null, val metadata: Output<Map<String, String>>? = null, val signatureTime: Output<String>? = null, val userId: Output<String>) : ConvertibleToJava<SignatureArgs>

User signature.

Constructors

Link copied to clipboard
fun SignatureArgs(image: Output<ImageArgs>? = null, metadata: Output<Map<String, String>>? = null, signatureTime: Output<String>? = null, userId: Output<String>)

Functions

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

Properties

Link copied to clipboard
val image: Output<ImageArgs>? = null

Optional. An image of the user's signature.

Link copied to clipboard
val metadata: Output<Map<String, String>>? = null

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

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

Optional. Timestamp of the signature.

Link copied to clipboard
val userId: Output<String>

User's UUID provided by the client.