[F] $secret
function $secret(context, target): voidMark a string as a secret value that should be treated carefully to avoid exposure
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | Decorator context |
target | | ModelProperty | Scalar | Decorator target, either a string model or a property with type string. |
Returns
void