You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: scope sensitive input attrs to bb_v2 via struct embedding
Use buildingBlockV2UserInputModel (embeds buildingBlockUserInputModel)
and buildingBlockV2UserInputs() so value_string_sensitive and
value_code_sensitive only appear on the bb_v2 resource. The v1
buildingblock resource and its docs are unaffected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/resources/buildingblock.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,10 @@ Optional:
84
84
85
85
-`value_bool` (Boolean)
86
86
-`value_code` (String) Code value.
87
-
-`value_code_sensitive` (String, Sensitive) Plaintext value for a sensitive CODE user input. Stored in state but masked in output. Use this instead of `value_code` when the building block definition marks the input as sensitive.
88
87
-`value_int` (Number)
89
88
-`value_multi_select` (List of String) Multi-select value (list of strings).
90
89
-`value_single_select` (String)
91
90
-`value_string` (String)
92
-
-`value_string_sensitive` (String, Sensitive) Plaintext value for a sensitive STRING user input. Stored in state but masked in output. Use this instead of `value_string` when the building block definition marks the input as sensitive.
0 commit comments