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: website/docs/r/monitor_folder.html.markdown
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ description: |-
8
8
# sumologic_monitor_folder
9
9
10
10
Provides the ability to create, read, delete, and update folders for [Monitors][1].
11
+
-> If Fine Grain Permission (FGP) feature is enabled with Monitors Content at one's Sumo Logic account, one can also set those permission details under this monitor folder resource. For further details about FGP, please see this [Monitor Permission document][2].
@@ -51,6 +85,17 @@ The following arguments are supported:
51
85
-`name` - (Required) The name of the monitor folder. The name must be alphanumeric.
52
86
-`description` - (Required) The description of the monitor folder.
53
87
-`parent_id` - (Optional) The identifier of the Monitor Folder that contains this Monitor Folder. Defaults to the root folder.
88
+
-`obj_permission` - (Optional) `obj_permission` construct represents a Permission Statement associated with this Folder. A set of `obj_permission` constructs can be specified under a single Folder. An `obj_permission` construct can be used to control permissions Explicitly associated with a Folder. But, it cannot be used to control permissions Inherited from a Parent / Ancestor Folder. Default FGP would be still set to the Folder upon creation (e.g. the creating user would have full permission), even if no `obj_permission` construct is specified at a Folder and the FGP feature is enabled at the account.
89
+
-`subject_type` - (Required) Valid values:
90
+
-`role`
91
+
-`org`
92
+
-`subject_id` - (Required) A Role ID or the Org ID of the account
93
+
-`permissions` - (Required) A Set of Permissions. Valid Permission Values:
0 commit comments