rules property
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;
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
core.List<AuthenticationRule>? rules;