Share via


ScriptSecureStringExecutionParameter interface

a plain text value execution parameter

Extends

Properties

secureValue

A secure value for the passed parameter, not to be stored in logs

type

The type of execution parameter

Inherited Properties

name

The parameter name

Property Details

secureValue

A secure value for the passed parameter, not to be stored in logs

secureValue?: string

Property Value

string

type

The type of execution parameter

type: "SecureValue"

Property Value

"SecureValue"

Inherited Property Details

name

The parameter name

name: string

Property Value

string

Inherited From ScriptExecutionParameter.name