GetParameterPlainArgs

data class GetParameterPlainArgs(val name: String, val withDecryption: Boolean? = null) : ConvertibleToJava<GetParameterPlainArgs>

A collection of arguments for invoking getParameter.

Constructors

Link copied to clipboard
constructor(name: String, withDecryption: Boolean? = null)

Properties

Link copied to clipboard

Name of the parameter.

Link copied to clipboard
val withDecryption: Boolean? = null

Whether to return decrypted SecureString value. Defaults to true. In addition to all arguments above, the following attributes are exported:

Functions

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