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 5f77aed commit c7feb8eCopy full SHA for c7feb8e
docs/data-sources/kibana_security_role.md
@@ -32,6 +32,7 @@ data "elasticstack_kibana_security_role" "example" {
32
33
### Optional
34
35
+- `description` (String) Description for the role
36
- `metadata` (String) Optional meta-data.
37
38
### Read-Only
docs/resources/kibana_security_role.md
@@ -124,6 +124,7 @@ resource "elasticstack_kibana_security_role" "example" {
124
125
126
127
+- `description` (String) Optional description for the role
128
- `kibana` (Block Set) The list of objects that specify the Kibana privileges for the role. (see [below for nested schema](#nestedblock--kibana))
129
130
0 commit comments