allowed property

List<String>? allowed
getter/setter pair

If present, a list of profile fields that clients are allowed to create, modify or delete, provided enabled is true; no other profile fields may be changed.

If absent, clients may set all profile fields except those forbidden by the disallowed list, where present.

Implementation

List<String>? allowed;