Class: TelemetryTrustedValue<T>
A special value wrapper denoting a value that is safe to not clean. This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.
Type Parameters
• T = any
Constructors
new TelemetryTrustedValue()
new TelemetryTrustedValue<
T
>(value
):TelemetryTrustedValue
<T
>
Parameters
• value: T
Returns
Defined in
packages/extension-api/src/extension-api.d.ts:4398
Properties
value
readonly
value:T