rules property

List<AuthenticationRule>? rules
getter/setter pair

A list of authentication rules that apply to individual API methods.

NOTE: All service configuration rules follow "last one wins" order.

Implementation

core.List<AuthenticationRule>? rules;