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 subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`.
94
94
/// </summary>
95
-
/// <value>The subject type.</value>
95
+
/// <value>The subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`.</value>
96
96
[JsonConverter(typeof(StringEnumConverter))]
97
97
publicenumSubjectTypeEnum
98
98
{
@@ -111,9 +111,9 @@ public enum SubjectTypeEnum
111
111
112
112
113
113
/// <summary>
114
-
/// The subject type.
114
+
/// The subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`.
115
115
/// </summary>
116
-
/// <value>The subject type.</value>
116
+
/// <value>The subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`.</value>
/// Initializes a new instance of the <see cref="CreateSourceRegulationV1Input" /> class.
126
126
/// </summary>
127
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>
128
+
/// <param name="subjectType">The subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`. (required).</param>
129
+
/// <param name="subjectIds">The list of `userId` or `objectId` or `anonymousId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array. (required).</param>
/// The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.
143
+
/// The list of `userId` or `objectId` or `anonymousId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.
144
144
/// </summary>
145
-
/// <value>The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.</value>
145
+
/// <value>The list of `userId` or `objectId` or `anonymousId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.</value>
0 commit comments