File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-02-06 19:26 :32.509103 ",
8
- "spec_repo_commit": "61fed166 "
7
+ "regenerated": "2023-02-06 21:06 :32.889234 ",
8
+ "spec_repo_commit": "17eb9903 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-02-06 19:26 :32.521492 ",
13
- "spec_repo_commit": "61fed166 "
12
+ "regenerated": "2023-02-06 21:06 :32.900452 ",
13
+ "spec_repo_commit": "17eb9903 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12677,7 +12677,7 @@ components:
12677
12677
type: string
12678
12678
secure:
12679
12679
description: Whether the value of this variable will be obfuscated in test
12680
- results.
12680
+ results. Only for config variables of type `text`.
12681
12681
example: false
12682
12682
type: boolean
12683
12683
type:
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def __init__(
65
65
:param pattern: Pattern of the variable.
66
66
:type pattern: str, optional
67
67
68
- :param secure: Whether the value of this variable will be obfuscated in test results.
68
+ :param secure: Whether the value of this variable will be obfuscated in test results. Only for config variables of type ``text``.
69
69
:type secure: bool, optional
70
70
71
71
:param type: Type of the configuration variable.
You can’t perform that action at this time.
0 commit comments