restrictedClientApplications property

List<Application>? restrictedClientApplications
getter/setter pair

A list of applications that are subject to this binding's restrictions.

If the list is empty, the binding restrictions will universally apply to all applications.

Optional.

Implementation

core.List<Application>? restrictedClientApplications;