sensitiveFields property

  1. @override
Set<String> get sensitiveFields

Field names that are @Sensitive per the IR-derived per-resource constant. Curated factories override with a baked-in static const Set<String> (file-private in v0.5+).

@protected (v0.11.0, ADR-0016): the getter is part of the Resource ↔ synth contract and is only meant to be implemented / invoked by subclasses (the curated wrappers) and the synth pipeline inside terradart_core. External call sites should not reach into this member.

Implementation

@override
Set<String> get sensitiveFields => _googleComputeTargetHttpProxySensitive;