disallowed property

List<String>? disallowed
getter/setter pair

This property has no meaning if allowed is also specified.

Otherwise, if present, a list of profile fields that clients are not allowed to create, modify or delete. Provided enabled is true, clients MAY assume that they can set any profile field which is not included in this list.

Implementation

List<String>? disallowed;