We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf0802 commit 2c05d9cCopy full SHA for 2c05d9c
python/src/cm_api/endpoints/types.py
@@ -1030,6 +1030,7 @@ class ApiConfig(BaseApiObject):
1030
'displayName' : ROAttr(),
1031
'description' : ROAttr(),
1032
'relatedName' : ROAttr(),
1033
+ 'sensitive' : ROAttr(),
1034
'validationState' : ROAttr(),
1035
'validationMessage' : ROAttr(),
1036
'validationWarningsSuppressed' : ROAttr()
0 commit comments