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
Deprecated: "The field `group` is deprecated and will be removed in a future release of the provider -- please make usage of `inventory_key`, `inventory_value` instead.",
description = "Inventory entity group description"
13
-
group = "admin"
14
-
inventory_type = "user"
13
+
inventory_type = "username"
15
14
inventory_source = "Active Directory"
15
+
inventory_key = "groups"
16
+
inventory_value = "http_servers"
16
17
name = "Inventory entity group configuration"
17
18
suppressed = false
18
19
tags = ["tag"]
@@ -25,9 +26,13 @@ The following arguments are supported:
25
26
26
27
-`criticality` - (Optional) The entity group configuration criticality Examples: "HIGH", "CRITICALITY".
27
28
-`description` - (Optional) The entity group configuration description.
28
-
-`group` - (Optional) The entity group configuration inventory group.
29
-
-`inventory_type` - (Required) The inventory type Examples: "computer", "user".
29
+
-`group` - (Optional)(Deprecated) The entity group configuration inventory group. The field `group` is deprecated and will be removed in a future release of the provider -- please make usage of `inventory_key`, `inventory_value` instead.
30
+
-`inventory_type` - (Required) The inventory type Examples: "computer", "username".
30
31
-`inventory_source` - (Required) The inventory source Examples: "Active Directory", "Okta".
32
+
-`inventory_key` - (Required) The inventory key to apply configuration Examples: "groups", "normalizedHostname", "normalizedComputerName".
33
+
-`inventory_value` - (Optional) The inventory value to match.
34
+
-`dynamic_tags` - (Optional) If dynamic tags are enabled for configuration.
35
+
-`tag_schema` - (Optional) The tag schema to be used for dynamic tags.
31
36
-`name` - (Required) The entity group configuration name.
32
37
-`suppresed` - (Optional) The entity group configuration suppressed value
33
38
-`tags` - (Optional) The entity group configuration tags list.
0 commit comments