methodSelectors property

List<MethodSelector>? methodSelectors
getter/setter pair

API methods or permissions to allow.

Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name.

Implementation

core.List<MethodSelector>? methodSelectors;