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
/// The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.
37
37
/// </summary>
38
-
/// <value>The regulation type to create.</value>
38
+
/// <value>The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.</value>
39
39
[JsonConverter(typeof(StringEnumConverter))]
40
40
publicenumRegulationTypeEnum
41
41
{
@@ -84,9 +84,9 @@ public enum RegulationTypeEnum
84
84
85
85
86
86
/// <summary>
87
-
/// The regulation type to create.
87
+
/// The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.
88
88
/// </summary>
89
-
/// <value>The regulation type to create.</value>
89
+
/// <value>The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.</value>
/// Initializes a new instance of the <see cref="CreateSourceRegulationV1Input" /> class.
126
126
/// </summary>
127
-
/// <param name="regulationType">The regulation type to create. (required).</param>
127
+
/// <param name="regulationType">The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations. (required).</param>
/// <param name="subjectIds">The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array. (required).</param>
0 commit comments