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 bb195d8 commit e2edc61Copy full SHA for e2edc61
gen/definitions/network_settings.yaml
@@ -1,4 +1,3 @@
1
----
2
name: Network Settings
3
rest_endpoint: /networks/%v/settings
4
put_create: true
@@ -29,9 +28,9 @@ attributes:
29
28
- model_name: password
30
type: String
31
data_path: [localStatusPage, authentication]
+ write_only: true
32
description: The password used for Local Status Page(s). Set this to null to clear the password.
33
example: miles123
34
- write_only: true
35
- model_name: enabled
36
type: Bool
37
data_path: [namedVlans]
@@ -42,7 +41,6 @@ attributes:
42
41
data_path: [securePort]
43
description: Enables / disables SecureConnect on the network. Optional.
44
example: "false"
45
-
46
test_prerequisites: |
47
data "meraki_organization" "test" {
48
name = "Dev"
0 commit comments