/** * xDS authority information. */ export interface Authority { 'name'?: (string); } /** * xDS authority information. */ export interface Authority__Output { 'name': (string); }