GetParametersByPathPlainArgs

data class GetParametersByPathPlainArgs(val path: String, val recursive: Boolean? = null, val withDecryption: Boolean? = null) : ConvertibleToJava<GetParametersByPathPlainArgs>

A collection of arguments for invoking getParametersByPath.

Constructors

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

Properties

Link copied to clipboard

Prefix path of the parameter.

Link copied to clipboard
val recursive: Boolean? = null

Whether to recursively return parameters under path. Defaults to false. In addition to all arguments above, the following attributes are exported:

Link copied to clipboard
val withDecryption: Boolean? = null

Whether to return decrypted SecureString value. Defaults to true.

Functions

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