@@ -348,9 +348,9 @@ Optional:
348348Optional:
349349
350350- ` owned_by_team ` (Boolean) Owned by team
351- - ` roles ` (List of String) Roles with register permissions
352- - ` teams ` (List of String) Teams with register permissions
353- - ` users ` (List of String) Users with register permissions
351+ - ` roles ` (Set of String) Roles with register permissions
352+ - ` teams ` (Set of String) Teams with register permissions
353+ - ` users ` (Set of String) Users with register permissions
354354
355355
356356<a id =" nestedatt--entities--unregister " ></a >
@@ -359,9 +359,9 @@ Optional:
359359Optional:
360360
361361- ` owned_by_team ` (Boolean) Owned by team
362- - ` roles ` (List of String) Roles with unregister permissions
363- - ` teams ` (List of String) Teams with unregister permissions
364- - ` users ` (List of String) Users with unregister permissions
362+ - ` roles ` (Set of String) Roles with unregister permissions
363+ - ` teams ` (Set of String) Teams with unregister permissions
364+ - ` users ` (Set of String) Users with unregister permissions
365365
366366
367367<a id =" nestedatt--entities--update " ></a >
@@ -370,9 +370,9 @@ Optional:
370370Optional:
371371
372372- ` owned_by_team ` (Boolean) Owned by team
373- - ` roles ` (List of String) Roles with update permissions
374- - ` teams ` (List of String) Teams with update permissions
375- - ` users ` (List of String) Users with update permissions
373+ - ` roles ` (Set of String) Roles with update permissions
374+ - ` teams ` (Set of String) Teams with update permissions
375+ - ` users ` (Set of String) Users with update permissions
376376
377377
378378<a id =" nestedatt--entities--update_metadata_properties " ></a >
@@ -391,9 +391,9 @@ Required:
391391Optional:
392392
393393- ` owned_by_team ` (Boolean) Owned by team
394- - ` roles ` (List of String) Roles with update ` $icon ` metadata permissions
395- - ` teams ` (List of String) Teams with update ` $icon ` metadata permissions
396- - ` users ` (List of String) Users with update ` $icon ` metadata permissions
394+ - ` roles ` (Set of String) Roles with update ` $icon ` metadata permissions
395+ - ` teams ` (Set of String) Teams with update ` $icon ` metadata permissions
396+ - ` users ` (Set of String) Users with update ` $icon ` metadata permissions
397397
398398
399399<a id =" nestedatt--entities--update_metadata_properties--identifier " ></a >
@@ -402,9 +402,9 @@ Optional:
402402Optional:
403403
404404- ` owned_by_team ` (Boolean) Owned by team
405- - ` roles ` (List of String) Roles with update ` $identifier ` metadata permissions
406- - ` teams ` (List of String) Teams with update ` $identifier ` metadata permissions
407- - ` users ` (List of String) Users with update ` $identifier ` metadata permissions
405+ - ` roles ` (Set of String) Roles with update ` $identifier ` metadata permissions
406+ - ` teams ` (Set of String) Teams with update ` $identifier ` metadata permissions
407+ - ` users ` (Set of String) Users with update ` $identifier ` metadata permissions
408408
409409
410410<a id =" nestedatt--entities--update_metadata_properties--team " ></a >
@@ -413,9 +413,9 @@ Optional:
413413Optional:
414414
415415- ` owned_by_team ` (Boolean) Owned by team
416- - ` roles ` (List of String) Roles with update ` $team ` metadata permissions
417- - ` teams ` (List of String) Teams with update ` $team ` metadata permissions
418- - ` users ` (List of String) Users with update ` $team ` metadata permissions
416+ - ` roles ` (Set of String) Roles with update ` $team ` metadata permissions
417+ - ` teams ` (Set of String) Teams with update ` $team ` metadata permissions
418+ - ` users ` (Set of String) Users with update ` $team ` metadata permissions
419419
420420
421421<a id =" nestedatt--entities--update_metadata_properties--title " ></a >
@@ -424,9 +424,9 @@ Optional:
424424Optional:
425425
426426- ` owned_by_team ` (Boolean) Owned by team
427- - ` roles ` (List of String) Roles with update ` $title ` metadata permissions
428- - ` teams ` (List of String) Teams with update ` $title ` metadata permissions
429- - ` users ` (List of String) Users with update ` $title ` metadata permissions
427+ - ` roles ` (Set of String) Roles with update ` $title ` metadata permissions
428+ - ` teams ` (Set of String) Teams with update ` $title ` metadata permissions
429+ - ` users ` (Set of String) Users with update ` $title ` metadata permissions
430430
431431
432432
@@ -436,9 +436,9 @@ Optional:
436436Optional:
437437
438438- ` owned_by_team ` (Boolean) Owned by team
439- - ` roles ` (List of String) Roles with update specific property permissions
440- - ` teams ` (List of String) Teams with update specific property permissions
441- - ` users ` (List of String) Users with update specific property permissions
439+ - ` roles ` (Set of String) Roles with update specific property permissions
440+ - ` teams ` (Set of String) Teams with update specific property permissions
441+ - ` users ` (Set of String) Users with update specific property permissions
442442
443443
444444<a id =" nestedatt--entities--update_relations " ></a >
@@ -447,6 +447,6 @@ Optional:
447447Optional:
448448
449449- ` owned_by_team ` (Boolean) Owned by team
450- - ` roles ` (List of String) Roles with update specific relation permissions
451- - ` teams ` (List of String) Teams with update specific relation permissions
452- - ` users ` (List of String) Users with update specific relation permissions
450+ - ` roles ` (Set of String) Roles with update specific relation permissions
451+ - ` teams ` (Set of String) Teams with update specific relation permissions
452+ - ` users ` (Set of String) Users with update specific relation permissions
0 commit comments