@@ -735,8 +735,8 @@ type ManagedAuthCreateRequestParam struct {
735735 // - { provider, path } for external provider item
736736 // - { provider, auto: true } for external provider domain lookup
737737 Credential ManagedAuthCreateRequestCredentialParam `json:"credential,omitzero"`
738- // Proxy selection. Provide either id or name. The proxy must belong to the
739- // caller's org .
738+ // Proxy selection. Provide either id or name. The proxy must be in the same
739+ // project as the resource referencing it .
740740 Proxy ManagedAuthCreateRequestProxyParam `json:"proxy,omitzero"`
741741 paramObj
742742}
@@ -774,8 +774,8 @@ func (r *ManagedAuthCreateRequestCredentialParam) UnmarshalJSON(data []byte) err
774774 return apijson .UnmarshalRoot (data , r )
775775}
776776
777- // Proxy selection. Provide either id or name. The proxy must belong to the
778- // caller's org .
777+ // Proxy selection. Provide either id or name. The proxy must be in the same
778+ // project as the resource referencing it .
779779type ManagedAuthCreateRequestProxyParam struct {
780780 // Proxy ID
781781 ID param.Opt [string ] `json:"id,omitzero"`
@@ -823,8 +823,8 @@ type ManagedAuthUpdateRequestParam struct {
823823 // - { provider, path } for external provider item
824824 // - { provider, auto: true } for external provider domain lookup
825825 Credential ManagedAuthUpdateRequestCredentialParam `json:"credential,omitzero"`
826- // Proxy selection. Provide either id or name. The proxy must belong to the
827- // caller's org .
826+ // Proxy selection. Provide either id or name. The proxy must be in the same
827+ // project as the resource referencing it .
828828 Proxy ManagedAuthUpdateRequestProxyParam `json:"proxy,omitzero"`
829829 paramObj
830830}
@@ -862,8 +862,8 @@ func (r *ManagedAuthUpdateRequestCredentialParam) UnmarshalJSON(data []byte) err
862862 return apijson .UnmarshalRoot (data , r )
863863}
864864
865- // Proxy selection. Provide either id or name. The proxy must belong to the
866- // caller's org .
865+ // Proxy selection. Provide either id or name. The proxy must be in the same
866+ // project as the resource referencing it .
867867type ManagedAuthUpdateRequestProxyParam struct {
868868 // Proxy ID
869869 ID param.Opt [string ] `json:"id,omitzero"`
@@ -1298,8 +1298,8 @@ type AuthConnectionLoginParams struct {
12981298 // Override the connection's default for recording this login's browser session.
12991299 // When omitted, the connection's record_session default is used.
13001300 RecordSession param.Opt [bool ] `json:"record_session,omitzero"`
1301- // Proxy selection. Provide either id or name. The proxy must belong to the
1302- // caller's org .
1301+ // Proxy selection. Provide either id or name. The proxy must be in the same
1302+ // project as the resource referencing it .
13031303 Proxy AuthConnectionLoginParamsProxy `json:"proxy,omitzero"`
13041304 paramObj
13051305}
@@ -1312,8 +1312,8 @@ func (r *AuthConnectionLoginParams) UnmarshalJSON(data []byte) error {
13121312 return apijson .UnmarshalRoot (data , r )
13131313}
13141314
1315- // Proxy selection. Provide either id or name. The proxy must belong to the
1316- // caller's org .
1315+ // Proxy selection. Provide either id or name. The proxy must be in the same
1316+ // project as the resource referencing it .
13171317type AuthConnectionLoginParamsProxy struct {
13181318 // Proxy ID
13191319 ID param.Opt [string ] `json:"id,omitzero"`
0 commit comments