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
@@ -53,7 +86,18 @@ The following arguments are supported:
53
86
-`name` - (Required) The name of the monitor folder. The name must be alphanumeric.
54
87
-`description` - (Required) The description of the monitor folder.
55
88
-`parent_id` - (Optional) The identifier of the Monitor Folder that contains this Monitor Folder. Defaults to the root folder.
56
-
89
+
-`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.
90
+
-`subject_type` - (Required) Valid values:
91
+
-`role`
92
+
-`org`
93
+
-`subject_id` - (Required) A Role ID or the Org ID of the account
94
+
-`permissions` - (Required) A Set of Permissions. Valid Permission Values:
95
+
-`Create`
96
+
-`Read`
97
+
-`Update`
98
+
-`Delete`
99
+
-`Manage`
100
+
57
101
Additional data provided in state:
58
102
59
103
-`id` - (Computed) The identifier for this monitor folder.
0 commit comments