You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/elasticsearch_security_role.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,21 +55,21 @@ output "role" {
55
55
56
56
### Optional
57
57
58
-
-`applications` (Attributes Set) A list of application privilege entries. (see [below for nested schema](#nestedatt--applications))
58
+
-`applications` (Block Set) A list of application privilege entries. (see [below for nested schema](#nestedblock--applications))
59
59
-`cluster` (Set of String) A list of cluster privileges. These privileges define the cluster level actions that users with this role are able to execute.
60
60
-`description` (String) The description of the role.
61
61
-`elasticsearch_connection` (Block List, Deprecated) Elasticsearch connection configuration block. (see [below for nested schema](#nestedblock--elasticsearch_connection))
62
62
-`global` (String) An object defining global privileges.
63
-
-`indices` (Attributes Set) A list of indices permissions entries. (see [below for nested schema](#nestedatt--indices))
63
+
-`indices` (Block Set) A list of indices permissions entries. (see [below for nested schema](#nestedblock--indices))
64
64
-`metadata` (String) Optional meta-data.
65
-
-`remote_indices` (Attributes Set) A list of remote indices permissions entries. Remote indices are effective for remote clusters configured with the API key based model. They have no effect for remote clusters configured with the certificate based model. (see [below for nested schema](#nestedatt--remote_indices))
65
+
-`remote_indices` (Block Set) A list of remote indices permissions entries. Remote indices are effective for remote clusters configured with the API key based model. They have no effect for remote clusters configured with the certificate based model. (see [below for nested schema](#nestedblock--remote_indices))
66
66
-`run_as` (Set of String) A list of users that the owners of this role can impersonate.
67
67
68
68
### Read-Only
69
69
70
70
-`id` (String) Internal identifier of the resource
71
71
72
-
<aid="nestedatt--applications"></a>
72
+
<aid="nestedblock--applications"></a>
73
73
### Nested Schema for `applications`
74
74
75
75
Required:
@@ -100,7 +100,7 @@ Optional:
100
100
-`username` (String) Username to use for API authentication to Elasticsearch.
0 commit comments