WebServiceParameterArgs

data class WebServiceParameterArgs(val certificateThumbprint: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<WebServiceParameterArgs>

Web Service Parameter object for node and global parameter

Constructors

Link copied to clipboard
constructor(certificateThumbprint: Output<String>? = null, value: Output<Any>? = null)

Properties

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

If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.

Link copied to clipboard
val value: Output<Any>? = null

The parameter value

Functions

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