@@ -699,8 +699,8 @@ export interface ManagedAuthCreateRequest {
699699 login_url ?: string ;
700700
701701 /**
702- * Proxy selection. Provide either id or name. The proxy must belong to the
703- * caller's org .
702+ * Proxy selection. Provide either id or name. The proxy must be in the same
703+ * project as the resource referencing it .
704704 */
705705 proxy ?: ManagedAuthCreateRequest . Proxy ;
706706
@@ -748,8 +748,8 @@ export namespace ManagedAuthCreateRequest {
748748 }
749749
750750 /**
751- * Proxy selection. Provide either id or name. The proxy must belong to the
752- * caller's org .
751+ * Proxy selection. Provide either id or name. The proxy must be in the same
752+ * project as the resource referencing it .
753753 */
754754 export interface Proxy {
755755 /**
@@ -812,8 +812,8 @@ export interface ManagedAuthUpdateRequest {
812812 login_url ?: string ;
813813
814814 /**
815- * Proxy selection. Provide either id or name. The proxy must belong to the
816- * caller's org .
815+ * Proxy selection. Provide either id or name. The proxy must be in the same
816+ * project as the resource referencing it .
817817 */
818818 proxy ?: ManagedAuthUpdateRequest . Proxy ;
819819
@@ -859,8 +859,8 @@ export namespace ManagedAuthUpdateRequest {
859859 }
860860
861861 /**
862- * Proxy selection. Provide either id or name. The proxy must belong to the
863- * caller's org .
862+ * Proxy selection. Provide either id or name. The proxy must be in the same
863+ * project as the resource referencing it .
864864 */
865865 export interface Proxy {
866866 /**
@@ -1215,8 +1215,8 @@ export interface ConnectionCreateParams {
12151215 login_url ?: string ;
12161216
12171217 /**
1218- * Proxy selection. Provide either id or name. The proxy must belong to the
1219- * caller's org .
1218+ * Proxy selection. Provide either id or name. The proxy must be in the same
1219+ * project as the resource referencing it .
12201220 */
12211221 proxy ?: ConnectionCreateParams . Proxy ;
12221222
@@ -1264,8 +1264,8 @@ export namespace ConnectionCreateParams {
12641264 }
12651265
12661266 /**
1267- * Proxy selection. Provide either id or name. The proxy must belong to the
1268- * caller's org .
1267+ * Proxy selection. Provide either id or name. The proxy must be in the same
1268+ * project as the resource referencing it .
12691269 */
12701270 export interface Proxy {
12711271 /**
@@ -1325,8 +1325,8 @@ export interface ConnectionUpdateParams {
13251325 login_url ?: string ;
13261326
13271327 /**
1328- * Proxy selection. Provide either id or name. The proxy must belong to the
1329- * caller's org .
1328+ * Proxy selection. Provide either id or name. The proxy must be in the same
1329+ * project as the resource referencing it .
13301330 */
13311331 proxy ?: ConnectionUpdateParams . Proxy ;
13321332
@@ -1372,8 +1372,8 @@ export namespace ConnectionUpdateParams {
13721372 }
13731373
13741374 /**
1375- * Proxy selection. Provide either id or name. The proxy must belong to the
1376- * caller's org .
1375+ * Proxy selection. Provide either id or name. The proxy must be in the same
1376+ * project as the resource referencing it .
13771377 */
13781378 export interface Proxy {
13791379 /**
@@ -1402,8 +1402,8 @@ export interface ConnectionListParams extends OffsetPaginationParams {
14021402
14031403export interface ConnectionLoginParams {
14041404 /**
1405- * Proxy selection. Provide either id or name. The proxy must belong to the
1406- * caller's org .
1405+ * Proxy selection. Provide either id or name. The proxy must be in the same
1406+ * project as the resource referencing it .
14071407 */
14081408 proxy ?: ConnectionLoginParams . Proxy ;
14091409
@@ -1416,8 +1416,8 @@ export interface ConnectionLoginParams {
14161416
14171417export namespace ConnectionLoginParams {
14181418 /**
1419- * Proxy selection. Provide either id or name. The proxy must belong to the
1420- * caller's org .
1419+ * Proxy selection. Provide either id or name. The proxy must be in the same
1420+ * project as the resource referencing it .
14211421 */
14221422 export interface Proxy {
14231423 /**
0 commit comments