Skip to content

Commit 2c05d9c

Browse files
author
Jayesh Seshadri
committed
[scm] OPSAPS-35724 Add "sensitive" to ApiConfig
Trivial change, matching OPSAPS-35589. Testing: Verified failure with "full" views goes away with update, and "sensitive" is parsed correctly.
1 parent cdf0802 commit 2c05d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/cm_api/endpoints/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ class ApiConfig(BaseApiObject):
10301030
'displayName' : ROAttr(),
10311031
'description' : ROAttr(),
10321032
'relatedName' : ROAttr(),
1033+
'sensitive' : ROAttr(),
10331034
'validationState' : ROAttr(),
10341035
'validationMessage' : ROAttr(),
10351036
'validationWarningsSuppressed' : ROAttr()

0 commit comments

Comments
 (0)