WebServiceParameter interface
Web Service Parameter object for node and global parameter
Properties
certificate |
If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here. |
value | The parameter value |
Property Details
certificateThumbprint
If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
certificateThumbprint?: string
Property Value
string
value
The parameter value
value?: Record<string, unknown>
Property Value
Record<string, unknown>