enabledFeatures property

List<String>? enabledFeatures
getter/setter pair

The features to enable.

Use this if you want to control exactly which feature(s) will be activated; leave empty to allow all features.Restrictions / things to note: - If no features are listed here, all features are enabled — this is the default behavior where you give access to all features to your admins.

  • This must not contain any FEATURE_UNSPECIFIED values. - Repeated values are ignored

Implementation

core.List<core.String>? enabledFeatures;