File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,7 +349,8 @@ class ApplicationPolicy extends \Google\Collection
349349 * ManagedProperty. The field value must be compatible with the type of the
350350 * ManagedProperty: *type* *JSON value* BOOL true or false STRING string
351351 * INTEGER number CHOICE string MULTISELECT array of strings HIDDEN string
352- * BUNDLE_ARRAY array of objects
352+ * BUNDLE_ARRAY array of objects Note: string values cannot be longer than
353+ * 65535 characters.
353354 *
354355 * @var array[]
355356 */
@@ -703,7 +704,8 @@ public function getLockTaskAllowed()
703704 * ManagedProperty. The field value must be compatible with the type of the
704705 * ManagedProperty: *type* *JSON value* BOOL true or false STRING string
705706 * INTEGER number CHOICE string MULTISELECT array of strings HIDDEN string
706- * BUNDLE_ARRAY array of objects
707+ * BUNDLE_ARRAY array of objects Note: string values cannot be longer than
708+ * 65535 characters.
707709 *
708710 * @param array[] $managedConfiguration
709711 */
You can’t perform that action at this time.
0 commit comments